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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "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 ],
17 "AutofillProfileOrderByFrecency": [ 25 "AutofillProfileOrderByFrecency": [
18 { 26 {
19 "group_name": "EnabledLimitTo3", 27 "group_name": "EnabledLimitTo3",
20 "params": { 28 "params": {
21 "limit": "3" 29 "limit": "3"
22 } 30 }
23 }, 31 },
24 { 32 {
25 "group_name": "Enabled" 33 "group_name": "Enabled"
26 } 34 }
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 ], 427 ],
420 "use-new-media-cache": [ 428 "use-new-media-cache": [
421 { 429 {
422 "enable_features": [ 430 "enable_features": [
423 "use-new-media-cache" 431 "use-new-media-cache"
424 ], 432 ],
425 "group_name": "Enabled" 433 "group_name": "Enabled"
426 } 434 }
427 ] 435 ]
428 } 436 }
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