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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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
OLDNEW
1 { 1 {
2 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 } 121 }
122 ], 122 ],
123 "NewAudioRenderingMixingStrategy": [ 123 "NewAudioRenderingMixingStrategy": [
124 { 124 {
125 "enable_features": [ 125 "enable_features": [
126 "NewAudioRenderingMixingStrategy" 126 "NewAudioRenderingMixingStrategy"
127 ], 127 ],
128 "group_name": "Enabled" 128 "group_name": "Enabled"
129 } 129 }
130 ], 130 ],
131 "NonValidatingReloadOnNormalReload": [
132 {
133 "enable_features": [
134 "NonValidatingReloadOnNormalReload"
135 ],
136 "group_name": "Enabled"
137 }
138 ],
131 "OfferUploadCreditCards": [ 139 "OfferUploadCreditCards": [
132 { 140 {
133 "group_name": "Enabled" 141 "group_name": "Enabled"
134 } 142 }
135 ], 143 ],
136 "OutOfProcessPac": [ 144 "OutOfProcessPac": [
137 { 145 {
138 "group_name": "Enabled" 146 "group_name": "Enabled"
139 } 147 }
140 ], 148 ],
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 ], 379 ],
372 "use-new-media-cache": [ 380 "use-new-media-cache": [
373 { 381 {
374 "enable_features": [ 382 "enable_features": [
375 "use-new-media-cache" 383 "use-new-media-cache"
376 ], 384 ],
377 "group_name": "Enabled" 385 "group_name": "Enabled"
378 } 386 }
379 ] 387 ]
380 } 388 }
OLDNEW
« no previous file with comments | « content/public/common/content_features.cc ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698