| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 7c4087b9d78dd7c411cdac045c2c65354b0d297e..72a9719bfffaca0efd32365ff3c083a78ddcf95e 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";
|
|
|
|
|