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

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

Issue 2916533002: Introduce chrome://flags/#network-prediction-options-for-service-worker
Patch Set: Not to trigger PreconnectUrlWithPredictor when AND_PRECONNECT and lookup fails Created 3 years, 6 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 "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 1686 matching lines...) Expand 10 before | Expand all | Expand 10 after
1697 "experiments": [ 1697 "experiments": [
1698 { 1698 {
1699 "name": "Enabled", 1699 "name": "Enabled",
1700 "enable_features": [ 1700 "enable_features": [
1701 "PrioritySupportedRequestsDelayable" 1701 "PrioritySupportedRequestsDelayable"
1702 ] 1702 ]
1703 } 1703 }
1704 ] 1704 ]
1705 } 1705 }
1706 ], 1706 ],
1707 "NetworkPredictionOptionsForServiceWorker": [
1708 {
1709 "platforms": [
1710 "chromeos",
1711 "linux",
1712 "mac",
1713 "win",
1714 "android"
1715 ],
1716 "experiments": [
1717 {
1718 "name": "PreconnectOnly"
1719 },
1720 {
1721 "name": "StartServiceWorkerAndPreconnect"
1722 },
1723 {
1724 "name": "StartServiceWorkerAndDeferPreconnect"
1725 },
1726 {
1727 "name": "StartServiceWorkerOnly"
1728 }
1729 ]
1730 }
1731 ],
1707 "NetworkQualityEstimator": [ 1732 "NetworkQualityEstimator": [
1708 { 1733 {
1709 "platforms": [ 1734 "platforms": [
1710 "android", 1735 "android",
1711 "win" 1736 "win"
1712 ], 1737 ],
1713 "experiments": [ 1738 "experiments": [
1714 { 1739 {
1715 "name": "Enabled", 1740 "name": "Enabled",
1716 "params": { 1741 "params": {
(...skipping 1788 matching lines...) Expand 10 before | Expand all | Expand 10 after
3505 { 3530 {
3506 "name": "Enabled", 3531 "name": "Enabled",
3507 "enable_features": [ 3532 "enable_features": [
3508 "use-new-media-cache" 3533 "use-new-media-cache"
3509 ] 3534 ]
3510 } 3535 }
3511 ] 3536 ]
3512 } 3537 }
3513 ] 3538 ]
3514 } 3539 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698