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_android.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
« 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 ],
49 "AutofillProfileOrderByFrecency": [ 41 "AutofillProfileOrderByFrecency": [
50 { 42 {
51 "group_name": "EnabledLimitTo3", 43 "group_name": "EnabledLimitTo3",
52 "params": { 44 "params": {
53 "limit": "3" 45 "limit": "3"
54 } 46 }
55 }, 47 },
56 { 48 {
57 "group_name": "Enabled" 49 "group_name": "Enabled"
58 } 50 }
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 ], 582 ],
591 "use-new-media-cache": [ 583 "use-new-media-cache": [
592 { 584 {
593 "enable_features": [ 585 "enable_features": [
594 "use-new-media-cache" 586 "use-new-media-cache"
595 ], 587 ],
596 "group_name": "Enabled" 588 "group_name": "Enabled"
597 } 589 }
598 ] 590 ]
599 } 591 }
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