Skip to content

Commit

Permalink
[iOS] Enable Password Grouping in Field Trial config
Browse files Browse the repository at this point in the history
Change-Id: Ie7474afb91dd7ddd1e42248e656162e990dfc764
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4111346
Commit-Queue: Tommy Martino <tmartino@chromium.org>
Reviewed-by: Ernesto Izquierdo Clua <eic@google.com>
Cr-Commit-Position: refs/heads/main@{#1083923}
  • Loading branch information
tfmar authored and Chromium LUCI CQ committed Dec 15, 2022
1 parent ec5f237 commit f018b98
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8373,6 +8373,21 @@
]
}
],
"PasswordsGrouping": [
{
"platforms": [
"ios"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"PasswordsGrouping"
]
}
]
}
],
"Path2DPaintCache": [
{
"platforms": [
Expand Down

0 comments on commit f018b98

Please sign in to comment.