Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 690bdf80e2e055b4275c2c54609614afdbaace37..404875e27e48c8fc7b42d1c060465d0745381bf7 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -707,6 +707,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"; |