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

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: Fix static initializer 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | net/http/http_network_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | net/http/http_network_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698