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

Unified 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, 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 a97de4549bc50d856d00d7e93c0c0b70cbff2fa6..927a9b82ccd8e8f663a31f3a1b24bebc80a6c931 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1704,6 +1704,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