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 |