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

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

Issue 1779733003: Fix bug in net::RequestPriority -> HTTP/2 dependency conversion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make bi-directional stream unittests enable priority->dependency setting. Created 4 years, 9 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "SdchPersistence": [ 201 "SdchPersistence": [
202 { 202 {
203 "group_name": "Enabled" 203 "group_name": "Enabled"
204 } 204 }
205 ], 205 ],
206 "SimpleCacheTrial": [ 206 "SimpleCacheTrial": [
207 { 207 {
208 "group_name": "ExperimentYes" 208 "group_name": "ExperimentYes"
209 } 209 }
210 ], 210 ],
211 "SpdyEnableDependencies": [
212 {
213 "group_name": "Enable"
214 }
215 ],
216 "StrictSecureCookies": [ 211 "StrictSecureCookies": [
217 { 212 {
218 "group_name": "Enabled" 213 "group_name": "Enabled"
219 } 214 }
220 ], 215 ],
221 "SyncHttpContentCompression": [ 216 "SyncHttpContentCompression": [
222 { 217 {
223 "group_name": "Enabled" 218 "group_name": "Enabled"
224 }, 219 },
225 { 220 {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 ], 267 ],
273 "use-new-media-cache": [ 268 "use-new-media-cache": [
274 { 269 {
275 "enable_features": [ 270 "enable_features": [
276 "use-new-media-cache" 271 "use-new-media-cache"
277 ], 272 ],
278 "group_name": "Enabled" 273 "group_name": "Enabled"
279 } 274 }
280 ] 275 ]
281 } 276 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698