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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1808303005: QUIC - extend origin-to-force-quic-on command line option to accept list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 88cbdc717e0f8a32083c17ffa648e368e89b7206..040608a887dd3f6613c507b6ff7fc62d7b77db00 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -771,7 +771,7 @@ const char kNumPacThreads[] = "num-pac-threads";
// Launches URL in new browser window.
const char kOpenInNewWindow[] = "new-window";
-// Force use of QUIC for requests to the specified origin.
+// Specifies a comma separated list of host/port pairs to force use of QUIC.
const char kOriginToForceQuicOn[] = "origin-to-force-quic-on";
ramant (doing other things) 2016/03/19 06:13:16 Should we change the name to "origins-to-force-qui
Ryan Hamilton 2016/03/20 22:46:53 That's fine with me.
ramant (doing other things) 2016/03/21 17:23:48 Acknowledged.
// The time that a new chrome process which is delegating to an already running

Powered by Google App Engine
This is Rietveld 408576698