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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.json

Issue 1736433002: Remove InstanceID field trial, since it is always enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 }
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "ExtensionDeveloperModeWarning": [ 70 "ExtensionDeveloperModeWarning": [
71 { 71 {
72 "group_name": "Enabled" 72 "group_name": "Enabled"
73 } 73 }
74 ], 74 ],
75 "ExtensionInstallVerification": [ 75 "ExtensionInstallVerification": [
76 { 76 {
77 "group_name": "Enforce" 77 "group_name": "Enforce"
78 } 78 }
79 ], 79 ],
80 "InstanceID": [
81 {
82 "group_name": "Enabled"
83 }
84 ],
85 "IntelligentSessionRestore": [ 80 "IntelligentSessionRestore": [
86 { 81 {
87 "group_name": "Enabled" 82 "group_name": "Enabled"
88 } 83 }
89 ], 84 ],
90 "LocalNTPSuggestionsService": [ 85 "LocalNTPSuggestionsService": [
91 { 86 {
92 "group_name": "Enabled" 87 "group_name": "Enabled"
93 } 88 }
94 ], 89 ],
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 ], 236 ],
242 "use-new-media-cache": [ 237 "use-new-media-cache": [
243 { 238 {
244 "enable_features": [ 239 "enable_features": [
245 "use-new-media-cache" 240 "use-new-media-cache"
246 ], 241 ],
247 "group_name": "Enabled" 242 "group_name": "Enabled"
248 } 243 }
249 ] 244 ]
250 } 245 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698