Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: chrome/common/chrome_switches.cc

Issue 11416058: Integrating the QuicStreamFactory into the network stack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698