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"; |