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

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

Issue 2850653002: Enable NetProxyPreconnects experiment by default (Closed)
Patch Set: xunjieli comments Created 3 years, 7 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 | « net/spdy/chromium/spdy_test_util_common.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 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 "experiments": [ 1581 "experiments": [
1582 { 1582 {
1583 "name": "Enabled", 1583 "name": "Enabled",
1584 "enable_features": [ 1584 "enable_features": [
1585 "PrioritySupportedRequestsDelayable" 1585 "PrioritySupportedRequestsDelayable"
1586 ] 1586 ]
1587 } 1587 }
1588 ] 1588 ]
1589 } 1589 }
1590 ], 1590 ],
1591 "NetProxyPreconnects": [
1592 {
1593 "platforms": [
1594 "android",
1595 "chromeos",
1596 "ios",
1597 "linux",
1598 "mac",
1599 "win"
1600 ],
1601 "experiments": [
1602 {
1603 "name": "Enabled",
1604 "params": {
1605 "restrict_to_one_preconnect_for_proxies": "true"
1606 }
1607 }
1608 ]
1609 }
1610 ],
1611 "NetworkQualityEstimator": [ 1591 "NetworkQualityEstimator": [
1612 { 1592 {
1613 "platforms": [ 1593 "platforms": [
1614 "android", 1594 "android",
1615 "win" 1595 "win"
1616 ], 1596 ],
1617 "experiments": [ 1597 "experiments": [
1618 { 1598 {
1619 "name": "Enabled", 1599 "name": "Enabled",
1620 "params": { 1600 "params": {
(...skipping 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after
3349 { 3329 {
3350 "name": "Enabled", 3330 "name": "Enabled",
3351 "enable_features": [ 3331 "enable_features": [
3352 "use-new-media-cache" 3332 "use-new-media-cache"
3353 ] 3333 ]
3354 } 3334 }
3355 ] 3335 ]
3356 } 3336 }
3357 ] 3337 ]
3358 } 3338 }
OLDNEW
« no previous file with comments | « net/spdy/chromium/spdy_test_util_common.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698