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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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
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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 ], 357 ],
366 "use-new-media-cache": [ 358 "use-new-media-cache": [
367 { 359 {
368 "enable_features": [ 360 "enable_features": [
369 "use-new-media-cache" 361 "use-new-media-cache"
370 ], 362 ],
371 "group_name": "Enabled" 363 "group_name": "Enabled"
372 } 364 }
373 ] 365 ]
374 } 366 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_ios.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698