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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1309363003: Add flag to enable alternative services. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix AboutFlagsHistogramTest.CheckHistograms. Created 5 years, 3 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 913f5013e6c4299998bd6693fc6799bfac5021fa..8ff4b84322ee30f781e6ad564008a2f3c9651096 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -513,6 +513,9 @@ const char kEnableQuic[] = "enable-quic";
// This only has an effect if QUIC protocol is enabled.
const char kEnableQuicPortSelection[] = "enable-quic-port-selection";
+// Enables support for HTTP alternative services.
+const char kEnableAltSvc[] = "enable-alternative-services";
Ryan Hamilton 2015/09/08 17:50:06 Since the flag is --enable-alternative-services, I
Bence 2015/09/14 21:56:16 Done.
+
// Enables save password prompt bubble.
const char kEnableSavePasswordBubble[] = "enable-save-password-bubble";

Powered by Google App Engine
This is Rietveld 408576698