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

Unified Diff: trunk/src/chrome/common/chrome_switches.cc

Issue 75413007: Revert 234959 "[SPDY] Reenable SPDY/2 for M32" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
« no previous file with comments | « trunk/src/chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/common/chrome_switches.cc
===================================================================
--- trunk/src/chrome/common/chrome_switches.cc (revision 235897)
+++ trunk/src/chrome/common/chrome_switches.cc (working copy)
@@ -424,13 +424,6 @@
const char kDisableScriptedPrintThrottling[] =
"disable-scripted-print-throttling";
-// Disable SPDY/2. This is a temporary testing flag. See
-// http://crbug.com/303957 .
-const char kDisableSpdy2[] = "disable-spdy2";
-
-// Disable SPDY/3.1. This is a temporary testing flag.
-const char kDisableSpdy31[] = "disable-spdy31";
-
// Disables syncing browser data to a Google Account.
const char kDisableSync[] = "disable-sync";
@@ -750,6 +743,13 @@
// Disables support of sticky keys.
const char kDisableStickyKeys[] = "disable-sticky-keys";
+// Enable SPDY/2. This is a temporary testing flag. See
+// http://crbug.com/303957 .
+const char kEnableSpdy2[] = "enable-spdy2";
+
+// Disable SPDY/3.1. This is a temporary testing flag.
+const char kDisableSpdy31[] = "disable-spdy31";
+
// Enable SPDY/4 alpha 2. This is a temporary testing flag.
const char kEnableSpdy4a2[] = "enable-spdy4a2";
« no previous file with comments | « trunk/src/chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698