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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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, 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
OLDNEW
1 { 1 {
2 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
11 ], 11 ],
12 "AutofillFieldMetadata": [ 12 "AutofillFieldMetadata": [
13 { 13 {
14 "group_name": "Enabled" 14 "group_name": "Enabled"
15 } 15 }
16 ], 16 ],
17 "AutofillProfileCleanup": [
18 {
19 "enable_features": [
20 "AutofillProfileCleanup"
21 ],
22 "group_name": "Enabled"
23 }
24 ],
25 "AutofillProfileOrderByFrecency": [ 17 "AutofillProfileOrderByFrecency": [
26 { 18 {
27 "group_name": "EnabledLimitTo3", 19 "group_name": "EnabledLimitTo3",
28 "params": { 20 "params": {
29 "limit": "3" 21 "limit": "3"
30 } 22 }
31 }, 23 },
32 { 24 {
33 "group_name": "Enabled" 25 "group_name": "Enabled"
34 } 26 }
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 ], 419 ],
428 "use-new-media-cache": [ 420 "use-new-media-cache": [
429 { 421 {
430 "enable_features": [ 422 "enable_features": [
431 "use-new-media-cache" 423 "use-new-media-cache"
432 ], 424 ],
433 "group_name": "Enabled" 425 "group_name": "Enabled"
434 } 426 }
435 ] 427 ]
436 } 428 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_ios.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698