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

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: 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "SdchPersistence": [ 265 "SdchPersistence": [
266 { 266 {
267 "group_name": "Enabled" 267 "group_name": "Enabled"
268 } 268 }
269 ], 269 ],
270 "SettingsEnforcement": [ 270 "SettingsEnforcement": [
271 { 271 {
272 "group_name": "enforce_always_with_extensions_and_dse" 272 "group_name": "enforce_always_with_extensions_and_dse"
273 } 273 }
274 ], 274 ],
275 "SpdyEnableDependencies": [
276 {
277 "group_name": "Enable"
278 }
279 ],
280 "StrictSecureCookies": [ 275 "StrictSecureCookies": [
281 { 276 {
282 "group_name": "Enabled" 277 "group_name": "Enabled"
283 } 278 }
284 ], 279 ],
285 "SyncHttpContentCompression": [ 280 "SyncHttpContentCompression": [
286 { 281 {
287 "group_name": "Enabled" 282 "group_name": "Enabled"
288 }, 283 },
289 { 284 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 ], 328 ],
334 "use-new-media-cache": [ 329 "use-new-media-cache": [
335 { 330 {
336 "enable_features": [ 331 "enable_features": [
337 "use-new-media-cache" 332 "use-new-media-cache"
338 ], 333 ],
339 "group_name": "Enabled" 334 "group_name": "Enabled"
340 } 335 }
341 ] 336 ]
342 } 337 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698