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

Unified Diff: components/network_session_configurator/switches.cc

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
« no previous file with comments | « components/network_session_configurator/switches.h ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/network_session_configurator/switches.cc
diff --git a/components/network_session_configurator/switches.cc b/components/network_session_configurator/switches.cc
index 3f85da80804a4bb22847245b46d1f04e98494d1a..b82f15b69a158435e38488025c08ceff67b7797c 100644
--- a/components/network_session_configurator/switches.cc
+++ b/components/network_session_configurator/switches.cc
@@ -16,9 +16,6 @@ const char kDisableQuic[] = "disable-quic";
// This only has an effect if QUIC protocol is enabled.
const char kDisableQuicPortSelection[] = "disable-quic-port-selection";
-// Enables support for HTTP alternative services.
-const char kEnableAlternativeServices[] = "enable-alternative-services";
-
// Enables the QUIC protocol. This is a temporary testing flag.
const char kEnableQuic[] = "enable-quic";
« no previous file with comments | « components/network_session_configurator/switches.h ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698