Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 67931de9f86804ff66fbe8584ba5e83d632eeea7..c1cc0c000eecadab5d9f34affb3266b2b8914bf9 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -718,6 +718,9 @@ const char kFirstRun[] = "first-run"; |
// checking will be disabled since it relies on asynchronous spellchecking. |
const char kForceSyncSpellCheck[] = "force-sync-spellcheck"; |
+// Force use of QUIC for requests over the specified port. |
+const char kForceQuicPort[] = "force-quic-port"; |
+ |
// Enables using GAIA information to populate profile name and icon. |
const char kGaiaProfileInfo[] = "gaia-profile-info"; |