Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.json

Issue 2268753002: [Autofill] Declare profile cleanup field trial groups for testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Autofill] Declare profile cleanup field trial groups for testing Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
11 ], 11 ],
12 "AutofillProfileCleanup": [
13 {
14 "enable_features": [
15 "AutofillProfileCleanup"
16 ],
17 "group_name": "Enabled"
18 }
19 ],
12 "AutofillProfileOrderByFrecency": [ 20 "AutofillProfileOrderByFrecency": [
13 { 21 {
14 "group_name": "EnabledLimitTo3", 22 "group_name": "EnabledLimitTo3",
15 "params": { 23 "params": {
16 "limit": "3" 24 "limit": "3"
17 } 25 }
18 }, 26 },
19 { 27 {
20 "group_name": "Enabled" 28 "group_name": "Enabled"
21 } 29 }
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 ], 479 ],
472 "use-new-media-cache": [ 480 "use-new-media-cache": [
473 { 481 {
474 "enable_features": [ 482 "enable_features": [
475 "use-new-media-cache" 483 "use-new-media-cache"
476 ], 484 ],
477 "group_name": "Enabled" 485 "group_name": "Enabled"
478 } 486 }
479 ] 487 ]
480 } 488 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698