summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authortrchen <trchen@chromium.org>2016-01-12 16:27:56 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-13 00:29:11 +0000
commitd940c626454dcf80efdcff9c40dd99ba055fb2b2 (patch)
tree3cbe0b97d05bb2596a689c401027c52e32777c9b /chrome/common/chrome_switches.cc
parent302b1c501e1eb8ffca0acf9e40aa8608a777ba0e (diff)
downloadchromium_src-d940c626454dcf80efdcff9c40dd99ba055fb2b2.zip
chromium_src-d940c626454dcf80efdcff9c40dd99ba055fb2b2.tar.gz
chromium_src-d940c626454dcf80efdcff9c40dd99ba055fb2b2.tar.bz2
Revert of Add a whitelist for QUIC hosts. (patchset #7 id:140001 of https://codereview.chromium.org/1580583002/ )
Reason for revert: Speculative revert for Android Cronet bots failure (CronetTestInstrumentation) Original issue's description: > Add a whitelist for QUIC hosts. > > BUG=576402 > > Committed: https://crrev.com/1ad82bbc44d87669926c9cffe2ba77564df420a3 > Cr-Commit-Position: refs/heads/master@{#368810} TBR=agl@chromium.org,rsleevi@chromium.org,rch@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=576402 Review URL: https://codereview.chromium.org/1574423003 Cr-Commit-Position: refs/heads/master@{#369050}
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index e85b2f6..f88f867 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -884,9 +884,6 @@ 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";