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

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: 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..b1dcb57ab99c24b06076bff004533c1090a2a460 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -740,9 +740,9 @@ 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
+// Disable SPDY/2. This is a temporary testing flag. See
// http://crbug.com/303957 .
-const char kEnableSpdy2[] = "enable-spdy2";
+const char kDisableSpdy2[] = "disable-spdy2";
jam 2013/11/13 23:19:09 please sort now
akalin 2013/11/13 23:39:13 Done.
// Disable SPDY/3.1. This is a temporary testing flag.
const char kDisableSpdy31[] = "disable-spdy31";
« 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