| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 89911)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -479,8 +479,8 @@
|
| // parameter to indicate if the provider should be the default.
|
| const char kEnableSearchProviderApiV2[] = "enable-search-provider-api-v2";
|
|
|
| -// Enables 0-RTT HTTPS handshakes.
|
| -const char kEnableSnapStart[] = "enable-snap-start";
|
| +// Enables TLS cached info extension.
|
| +const char kEnableSSLCachedInfo[] = "enable-ssl-cached-info";
|
|
|
| // Enable syncing browser data to a Google Account.
|
| const char kEnableSync[] = "enable-sync";
|
|
|