| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f2cc1e94e907120a2d4e99806a2b52b52ba6252b..b1cc02a9f479ef2da309570342d0b1bd3f00922e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -525,9 +525,6 @@ const char kEnableNaCl[] = "enable-nacl";
|
| // Enables the network-related benchmarking extensions.
|
| const char kEnableNetBenchmarking[] = "enable-net-benchmarking";
|
|
|
| -// Enables |NetworkTimeService| to convert local time to network time.
|
| -const char kEnableNetworkTime[] = "enable-network-time";
|
| -
|
| // 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";
|
|
|