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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index b8c9ede200f093a3e2c27d5c09c077f403bfcb8a..588953072c0225c6d92629b779ed3bf353f0e9dd 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1732,6 +1732,31 @@
]
}
],
+ "NetworkPredictionOptionsForServiceWorker": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win",
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "PreconnectOnly"
+ },
+ {
+ "name": "StartServiceWorkerAndPreconnect"
+ },
+ {
+ "name": "StartServiceWorkerAndDeferPreconnect"
+ },
+ {
+ "name": "StartServiceWorkerOnly"
+ }
+ ]
+ }
+ ],
"NetworkQualityEstimator": [
{
"platforms": [
« 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