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

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

Issue 2441633002: [ResourceScheduler] Make throttling H2+QUIC default disabled (Closed)
Patch Set: fieldtrial_testing_config.json Created 4 years, 2 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 | « content/browser/loader/resource_scheduler_unittest.cc ('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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 "experiments": [ 1379 "experiments": [
1380 { 1380 {
1381 "name": "Enabled", 1381 "name": "Enabled",
1382 "enable_features": [ 1382 "enable_features": [
1383 "PreferHtmlOverPlugins" 1383 "PreferHtmlOverPlugins"
1384 ] 1384 ]
1385 } 1385 }
1386 ] 1386 ]
1387 } 1387 }
1388 ], 1388 ],
1389 "PrioritySupportedRequestsDelayableStudy": [
1390 {
1391 "platforms": [
1392 "chromeos",
1393 "linux",
1394 "mac",
1395 "win",
1396 "android"
1397 ],
1398 "experiments": [
1399 {
1400 "name": "Enabled",
1401 "enable_features": [
1402 "PrioritySupportedRequestsDelayable"
1403 ]
1404 }
1405 ]
1406 }
1407 ],
1389 "ProgressBarAnimationAndroid": [ 1408 "ProgressBarAnimationAndroid": [
1390 { 1409 {
1391 "platforms": [ 1410 "platforms": [
1392 "android" 1411 "android"
1393 ], 1412 ],
1394 "experiments": [ 1413 "experiments": [
1395 { 1414 {
1396 "name": "SmoothIndeterminateAnimation", 1415 "name": "SmoothIndeterminateAnimation",
1397 "params": { 1416 "params": {
1398 "progress-bar-animation": "smooth-indeterminate" 1417 "progress-bar-animation": "smooth-indeterminate"
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
2235 { 2254 {
2236 "name": "Enabled", 2255 "name": "Enabled",
2237 "enable_features": [ 2256 "enable_features": [
2238 "use-new-media-cache" 2257 "use-new-media-cache"
2239 ] 2258 ]
2240 } 2259 }
2241 ] 2260 ]
2242 } 2261 }
2243 ] 2262 ]
2244 } 2263 }
OLDNEW
« no previous file with comments | « content/browser/loader/resource_scheduler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698