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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1580583002: Add a whitelist for QUIC hosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 4 years, 11 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 0ecd6487f1dec5b651b7ca1b2e2932b23a2f8230..f2f1f64494483cd208fde923e9e9594f607c819c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -889,6 +889,9 @@ const char kProxyServer[] = "proxy-server";
// the server.
const char kQuicConnectionOptions[] = "quic-connection-options";
+// Specifies a comma separated list of hosts to whitelist QUIC for.
+const char kQuicHostWhitelist[] = "quic-host-whitelist";
+
// Specifies the maximum length for a QUIC packet.
const char kQuicMaxPacketLength[] = "quic-max-packet-length";

Powered by Google App Engine
This is Rietveld 408576698