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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "GoogleNow": [ 95 "GoogleNow": [
96 { 96 {
97 "group_name": "Enable" 97 "group_name": "Enable"
98 } 98 }
99 ], 99 ],
100 "IconNTP": [ 100 "IconNTP": [
101 { 101 {
102 "group_name": "Default" 102 "group_name": "Default"
103 } 103 }
104 ], 104 ],
105 "InstanceID": [
106 {
107 "group_name": "Enabled"
108 }
109 ],
110 "IntelligentSessionRestore": [ 105 "IntelligentSessionRestore": [
111 { 106 {
112 "group_name": "Enabled" 107 "group_name": "Enabled"
113 } 108 }
114 ], 109 ],
115 "LocalNTPSuggestionsService": [ 110 "LocalNTPSuggestionsService": [
116 { 111 {
117 "group_name": "Enabled" 112 "group_name": "Enabled"
118 } 113 }
119 ], 114 ],
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 ], 347 ],
353 "use-new-media-cache": [ 348 "use-new-media-cache": [
354 { 349 {
355 "enable_features": [ 350 "enable_features": [
356 "use-new-media-cache" 351 "use-new-media-cache"
357 ], 352 ],
358 "group_name": "Enabled" 353 "group_name": "Enabled"
359 } 354 }
360 ] 355 ]
361 } 356 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698