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

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: Done Created 8 years, 1 month 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 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";

Powered by Google App Engine
This is Rietveld 408576698