Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 128228) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -584,6 +584,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"; |