diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 7c4087b..72a9719 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -679,9 +679,6 @@ const char kEnableNetBenchmarking[] = "enable-net-benchmarking"; // Enables |NetworkTimeService| to convert local time to network time. const char kEnableNetworkTime[] = "enable-network-time"; -// Enables NPN and SPDY. In case server supports SPDY, browser will use SPDY. -const char kEnableNpn[] = "enable-npn"; - // Enables NPN with HTTP. It means NPN is enabled but SPDY won't be used. // HTTP is still used for all requests. const char kEnableNpnHttpOnly[] = "enable-npn-http"; @@ -743,6 +740,10 @@ 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"; |