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

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

Issue 1854093002: Enable InstanceID field trial by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid3test
Patch Set: Address review comment Created 4 years, 8 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 ], 278 ],
284 "use-new-media-cache": [ 279 "use-new-media-cache": [
285 { 280 {
286 "enable_features": [ 281 "enable_features": [
287 "use-new-media-cache" 282 "use-new-media-cache"
288 ], 283 ],
289 "group_name": "Enabled" 284 "group_name": "Enabled"
290 } 285 }
291 ] 286 ]
292 } 287 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698