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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2916533002: Introduce chrome://flags/#network-prediction-options-for-service-worker
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index 0f8714a8b9924e1f52e358287b83c6efaa43543d..9e8d372bef029b8596f00d60c6c4dc08e283dd38 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1670,6 +1670,31 @@
]
}
],
+ "NetworkPredictionOptionsForServiceWorker": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win",
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "PreconnectOnly"
+ },
+ {
+ "name": "StartServiceWorkerAndPreconnect"
+ },
+ {
+ "name": "StartServiceWorkerAndDeferPreconnect"
+ },
+ {
+ "name": "StartServiceWorkerOnly"
+ }
+ ]
+ }
+ ],
"NetworkQualityEstimator": [
{
"platforms": [

Powered by Google App Engine
This is Rietveld 408576698