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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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 | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | 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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 20 matching lines...) Expand all
31 "AutofillClassifier": [ 31 "AutofillClassifier": [
32 { 32 {
33 "group_name": "Enabled" 33 "group_name": "Enabled"
34 } 34 }
35 ], 35 ],
36 "AutofillFieldMetadata": [ 36 "AutofillFieldMetadata": [
37 { 37 {
38 "group_name": "Enabled" 38 "group_name": "Enabled"
39 } 39 }
40 ], 40 ],
41 "AutofillProfileCleanup": [
42 {
43 "enable_features": [
44 "AutofillProfileCleanup"
45 ],
46 "group_name": "Enabled"
47 }
48 ],
41 "AutofillProfileOrderByFrecency": [ 49 "AutofillProfileOrderByFrecency": [
42 { 50 {
43 "group_name": "EnabledLimitTo3", 51 "group_name": "EnabledLimitTo3",
44 "params": { 52 "params": {
45 "limit": "3" 53 "limit": "3"
46 } 54 }
47 }, 55 },
48 { 56 {
49 "group_name": "Enabled" 57 "group_name": "Enabled"
50 } 58 }
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 ], 590 ],
583 "use-new-media-cache": [ 591 "use-new-media-cache": [
584 { 592 {
585 "enable_features": [ 593 "enable_features": [
586 "use-new-media-cache" 594 "use-new-media-cache"
587 ], 595 ],
588 "group_name": "Enabled" 596 "group_name": "Enabled"
589 } 597 }
590 ] 598 ]
591 } 599 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698