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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "SettingsEnforcement": [ 278 "SettingsEnforcement": [
279 { 279 {
280 "group_name": "enforce_always_with_extensions_and_dse" 280 "group_name": "enforce_always_with_extensions_and_dse"
281 } 281 }
282 ], 282 ],
283 "SimpleCacheTrial": [ 283 "SimpleCacheTrial": [
284 { 284 {
285 "group_name": "ExperimentYes" 285 "group_name": "ExperimentYes"
286 } 286 }
287 ], 287 ],
288 "SpdyEnableDependencies": [
289 {
290 "group_name": "Enable"
291 }
292 ],
293 "StrictSecureCookies": [ 288 "StrictSecureCookies": [
294 { 289 {
295 "group_name": "Enabled" 290 "group_name": "Enabled"
296 } 291 }
297 ], 292 ],
298 "SyncHttpContentCompression": [ 293 "SyncHttpContentCompression": [
299 { 294 {
300 "group_name": "Enabled" 295 "group_name": "Enabled"
301 }, 296 },
302 { 297 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 ], 341 ],
347 "use-new-media-cache": [ 342 "use-new-media-cache": [
348 { 343 {
349 "enable_features": [ 344 "enable_features": [
350 "use-new-media-cache" 345 "use-new-media-cache"
351 ], 346 ],
352 "group_name": "Enabled" 347 "group_name": "Enabled"
353 } 348 }
354 ] 349 ]
355 } 350 }
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