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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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, 3 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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 ], 540 ],
533 "use-new-media-cache": [ 541 "use-new-media-cache": [
534 { 542 {
535 "enable_features": [ 543 "enable_features": [
536 "use-new-media-cache" 544 "use-new-media-cache"
537 ], 545 ],
538 "group_name": "Enabled" 546 "group_name": "Enabled"
539 } 547 }
540 ] 548 ]
541 } 549 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698