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

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

Issue 2708323002: Revert of [ResourceScheduler] Yield after starting several requests (Closed)
Patch Set: Created 3 years, 10 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 "Unknown.DefaultMedianKbps": "1916", 1289 "Unknown.DefaultMedianKbps": "1916",
1290 "Unknown.DefaultMedianRTTMsec": "121", 1290 "Unknown.DefaultMedianRTTMsec": "121",
1291 "WiFi.DefaultMedianKbps": "2736", 1291 "WiFi.DefaultMedianKbps": "2736",
1292 "WiFi.DefaultMedianRTTMsec": "168", 1292 "WiFi.DefaultMedianRTTMsec": "168",
1293 "correlation_logging_probability": "0.001" 1293 "correlation_logging_probability": "0.001"
1294 } 1294 }
1295 } 1295 }
1296 ] 1296 ]
1297 } 1297 }
1298 ], 1298 ],
1299 "NetworkSchedulerYielding": [
1300 {
1301 "platforms": [
1302 "chromeos",
1303 "linux",
1304 "mac",
1305 "win",
1306 "android"
1307 ],
1308 "experiments": [
1309 {
1310 "name": "Enabled",
1311 "enable_features": [
1312 "NetworkSchedulerYielding"
1313 ]
1314 }
1315 ]
1316 }
1317 ],
1318 "NetworkTimeQueries": [ 1299 "NetworkTimeQueries": [
1319 { 1300 {
1320 "platforms": [ 1301 "platforms": [
1321 "android", 1302 "android",
1322 "chromeos", 1303 "chromeos",
1323 "ios", 1304 "ios",
1324 "linux", 1305 "linux",
1325 "mac", 1306 "mac",
1326 "win" 1307 "win"
1327 ], 1308 ],
(...skipping 1413 matching lines...) Expand 10 before | Expand all | Expand 10 after
2741 { 2722 {
2742 "name": "Enabled", 2723 "name": "Enabled",
2743 "enable_features": [ 2724 "enable_features": [
2744 "use-new-media-cache" 2725 "use-new-media-cache"
2745 ] 2726 ]
2746 } 2727 }
2747 ] 2728 ]
2748 } 2729 }
2749 ] 2730 ]
2750 } 2731 }
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