Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 6c7a26e0eb412999608ad3e39854275a540d31f7..969fda92cc6a0af33099d783e2e3a755458addf4 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1041,8 +1041,8 @@ const char kOpenInNewWindow[] = "new-window"; |
// Simulates an organic Chrome install. |
const char kOrganicInstall[] = "organic"; |
-// Force use of QUIC for requests over the specified port. |
-const char kOriginPortToForceQuicOn[] = "origin-port-to-force-quic-on"; |
+// Force use of QUIC for requests to the specified origin. |
+const char kOriginToForceQuicOn[] = "origin-to-force-quic-on"; |
// The time that a new chrome process which is delegating to an already running |
// chrome process started. (See ProcessSingleton for more details.) |