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

Unified Diff: chrome/common/chrome_switches.cc

Issue 71383002: [SPDY] Reenable SPDY/2 for M32 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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 | « 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index edf351ef05ed428831084b41dce74b3c9d55c786..4a8a9c18c0bd96c53e1cc9bd0d88bf7ab43d67ff 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -424,6 +424,13 @@ const char kDisableRestoreSessionState[] = "disable-restore-session-state";
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";
@@ -740,13 +747,6 @@ const char kEnableStickyKeys[] = "enable-sticky-keys";
// 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 | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698