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

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

Issue 2916533002: Introduce chrome://flags/#network-prediction-options-for-service-worker
Patch Set: use StartServiceWorkerForNavigationHint Created 3 years, 5 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 | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | 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 1714 matching lines...) Expand 10 before | Expand all | Expand 10 after
1725 "experiments": [ 1725 "experiments": [
1726 { 1726 {
1727 "name": "Enabled", 1727 "name": "Enabled",
1728 "enable_features": [ 1728 "enable_features": [
1729 "PrioritySupportedRequestsDelayable" 1729 "PrioritySupportedRequestsDelayable"
1730 ] 1730 ]
1731 } 1731 }
1732 ] 1732 ]
1733 } 1733 }
1734 ], 1734 ],
1735 "NetworkPredictionOptionsForServiceWorker": [
1736 {
1737 "platforms": [
1738 "chromeos",
1739 "linux",
1740 "mac",
1741 "win",
1742 "android"
1743 ],
1744 "experiments": [
1745 {
1746 "name": "PreconnectOnly"
1747 },
1748 {
1749 "name": "StartServiceWorkerAndPreconnect"
1750 },
1751 {
1752 "name": "StartServiceWorkerAndDeferPreconnect"
1753 },
1754 {
1755 "name": "StartServiceWorkerOnly"
1756 }
1757 ]
1758 }
1759 ],
1735 "NetworkQualityEstimator": [ 1760 "NetworkQualityEstimator": [
1736 { 1761 {
1737 "platforms": [ 1762 "platforms": [
1738 "android", 1763 "android",
1739 "win" 1764 "win"
1740 ], 1765 ],
1741 "experiments": [ 1766 "experiments": [
1742 { 1767 {
1743 "name": "Enabled", 1768 "name": "Enabled",
1744 "params": { 1769 "params": {
(...skipping 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after
3523 { 3548 {
3524 "name": "Enabled", 3549 "name": "Enabled",
3525 "enable_features": [ 3550 "enable_features": [
3526 "use-new-media-cache" 3551 "use-new-media-cache"
3527 ] 3552 ]
3528 } 3553 }
3529 ] 3554 ]
3530 } 3555 }
3531 ] 3556 ]
3532 } 3557 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698