Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index fcb6d3776d39b68f84e625f4ee3b2b7a3d69dce5..ac3a3ed79b9900963784dc6d2dd502d663e6ab56 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -975,6 +975,9 @@ 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"; |
+ |
// Packages an extension to a .crx installable file from a given directory. |
const char kPackExtension[] = "pack-extension"; |