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

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

Issue 2276103003: Revert of [Autofill] Declare profile cleanup field trial groups for testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« 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 ],
20 "AutofillProfileOrderByFrecency": [ 12 "AutofillProfileOrderByFrecency": [
21 { 13 {
22 "group_name": "EnabledLimitTo3", 14 "group_name": "EnabledLimitTo3",
23 "params": { 15 "params": {
24 "limit": "3" 16 "limit": "3"
25 } 17 }
26 }, 18 },
27 { 19 {
28 "group_name": "Enabled" 20 "group_name": "Enabled"
29 } 21 }
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 ], 532 ],
541 "use-new-media-cache": [ 533 "use-new-media-cache": [
542 { 534 {
543 "enable_features": [ 535 "enable_features": [
544 "use-new-media-cache" 536 "use-new-media-cache"
545 ], 537 ],
546 "group_name": "Enabled" 538 "group_name": "Enabled"
547 } 539 }
548 ] 540 ]
549 } 541 }
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