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

Unified Diff: components/network_session_configurator/switches.h

Issue 1986633002: Enable AltSvc pooling by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update trial logic and tests. Created 4 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: components/network_session_configurator/switches.h
diff --git a/components/network_session_configurator/switches.h b/components/network_session_configurator/switches.h
index 73517f63248ff3aad6ef358551dc24a8569b3ec9..4fda0375fa6cde23b16b96f8729eac01b7c29483 100644
--- a/components/network_session_configurator/switches.h
+++ b/components/network_session_configurator/switches.h
@@ -10,7 +10,6 @@ namespace switches {
extern const char kDisableHttp2[];
extern const char kDisableQuicPortSelection[];
extern const char kDisableQuic[];
-extern const char kEnableAlternativeServices[];
extern const char kEnableQuicPortSelection[];
extern const char kEnableQuic[];
extern const char kIgnoreCertificateErrors[];

Powered by Google App Engine
This is Rietveld 408576698