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

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

Issue 2128783002: Enable NonValidatingReloadOnNormalReload on variations testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: some tests should specify the study flag explicitly Created 4 years, 5 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 } 158 }
159 ], 159 ],
160 "NewAudioRenderingMixingStrategy": [ 160 "NewAudioRenderingMixingStrategy": [
161 { 161 {
162 "enable_features": [ 162 "enable_features": [
163 "NewAudioRenderingMixingStrategy" 163 "NewAudioRenderingMixingStrategy"
164 ], 164 ],
165 "group_name": "Enabled" 165 "group_name": "Enabled"
166 } 166 }
167 ], 167 ],
168 "NonValidatingReloadOnNormalReload": [
169 {
170 "enable_features": [
171 "NonValidatingReloadOnNormalReload"
172 ],
173 "group_name": "Enabled"
174 }
175 ],
168 "OfferUploadCreditCards": [ 176 "OfferUploadCreditCards": [
169 { 177 {
170 "group_name": "Enabled" 178 "group_name": "Enabled"
171 } 179 }
172 ], 180 ],
173 "OutOfProcessPac": [ 181 "OutOfProcessPac": [
174 { 182 {
175 "group_name": "Enabled" 183 "group_name": "Enabled"
176 } 184 }
177 ], 185 ],
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 ], 432 ],
425 "use-new-media-cache": [ 433 "use-new-media-cache": [
426 { 434 {
427 "enable_features": [ 435 "enable_features": [
428 "use-new-media-cache" 436 "use-new-media-cache"
429 ], 437 ],
430 "group_name": "Enabled" 438 "group_name": "Enabled"
431 } 439 }
432 ] 440 ]
433 } 441 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698