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

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

Issue 2916533002: Introduce chrome://flags/#network-prediction-options-for-service-worker
Patch Set: 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 1652 matching lines...) Expand 10 before | Expand all | Expand 10 after
1663 "experiments": [ 1663 "experiments": [
1664 { 1664 {
1665 "name": "Enabled", 1665 "name": "Enabled",
1666 "enable_features": [ 1666 "enable_features": [
1667 "PrioritySupportedRequestsDelayable" 1667 "PrioritySupportedRequestsDelayable"
1668 ] 1668 ]
1669 } 1669 }
1670 ] 1670 ]
1671 } 1671 }
1672 ], 1672 ],
1673 "NetworkPredictionOptionsForServiceWorker": [
1674 {
1675 "platforms": [
1676 "chromeos",
1677 "linux",
1678 "mac",
1679 "win",
1680 "android"
1681 ],
1682 "experiments": [
1683 {
1684 "name": "PreconnectOnly"
1685 },
1686 {
1687 "name": "StartServiceWorkerAndPreconnect"
1688 },
1689 {
1690 "name": "StartServiceWorkerAndDeferPreconnect"
1691 },
1692 {
1693 "name": "StartServiceWorkerOnly"
1694 }
1695 ]
1696 }
1697 ],
1673 "NetworkQualityEstimator": [ 1698 "NetworkQualityEstimator": [
1674 { 1699 {
1675 "platforms": [ 1700 "platforms": [
1676 "android", 1701 "android",
1677 "win" 1702 "win"
1678 ], 1703 ],
1679 "experiments": [ 1704 "experiments": [
1680 { 1705 {
1681 "name": "Enabled", 1706 "name": "Enabled",
1682 "params": { 1707 "params": {
(...skipping 1752 matching lines...) Expand 10 before | Expand all | Expand 10 after
3435 { 3460 {
3436 "name": "Enabled", 3461 "name": "Enabled",
3437 "enable_features": [ 3462 "enable_features": [
3438 "use-new-media-cache" 3463 "use-new-media-cache"
3439 ] 3464 ]
3440 } 3465 }
3441 ] 3466 ]
3442 } 3467 }
3443 ] 3468 ]
3444 } 3469 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698