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

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

Issue 2128783002: Enable NonValidatingReloadOnNormalReload on variations testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: done 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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | 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 "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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "NewAudioRenderingMixingStrategy" 196 "NewAudioRenderingMixingStrategy"
197 ], 197 ],
198 "group_name": "Enabled" 198 "group_name": "Enabled"
199 } 199 }
200 ], 200 ],
201 "NewProfileManagement": [ 201 "NewProfileManagement": [
202 { 202 {
203 "group_name": "Enabled" 203 "group_name": "Enabled"
204 } 204 }
205 ], 205 ],
206 "NonValidatingReloadOnNormalReload": [
207 {
208 "enable_features": [
209 "NonValidatingReloadOnNormalReload"
210 ],
211 "group_name": "Enabled"
212 }
213 ],
206 "OfferUploadCreditCards": [ 214 "OfferUploadCreditCards": [
207 { 215 {
208 "group_name": "Enabled" 216 "group_name": "Enabled"
209 } 217 }
210 ], 218 ],
211 "OutOfProcessPac": [ 219 "OutOfProcessPac": [
212 { 220 {
213 "group_name": "Enabled" 221 "group_name": "Enabled"
214 } 222 }
215 ], 223 ],
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 ], 483 ],
476 "use-new-media-cache": [ 484 "use-new-media-cache": [
477 { 485 {
478 "enable_features": [ 486 "enable_features": [
479 "use-new-media-cache" 487 "use-new-media-cache"
480 ], 488 ],
481 "group_name": "Enabled" 489 "group_name": "Enabled"
482 } 490 }
483 ] 491 ]
484 } 492 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698