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

Unified Diff: chrome/common/chrome_switches.cc

Issue 9766021: SPDY - Added enabling of SPDY/3 to about:flags. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 months 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
===================================================================
--- chrome/common/chrome_switches.cc (revision 127896)
+++ chrome/common/chrome_switches.cc (working copy)
@@ -576,6 +576,12 @@
// supported server-side for searches on google.com.
const char kEnableSdch[] = "enable-sdch";
+// Enable SPDY/3. This is a temporary testing flag.
+const char kEnableSpdy3[] = "enable-spdy3";
+
+// Enable SPDY's FlowControl (SPDY/2.1). This is a temporary testing flag.
+const char kEnableSpdyFlowControl[] = "enable-spdy-flow-control";
+
// Enables experimental suggestions pane in New Tab page.
const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp";

Powered by Google App Engine
This is Rietveld 408576698