| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 89500)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -352,6 +352,9 @@
|
| // for more background.
|
| const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port";
|
|
|
| +// Enables TLS cached info extension.
|
| +const char kEnableSSLCachedInfo[] = "enable-ssl-cached-info";
|
| +
|
| // This flag enables UI for clearing server data. Temporarily in place
|
| // until there's a server endpoint deployed.
|
| const char kEnableClearServerData[] = "enable-clear-server-data";
|
| @@ -454,9 +457,6 @@
|
| // 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";
|
| -
|
| // Enable syncing browser data to a Google Account.
|
| const char kEnableSync[] = "enable-sync";
|
|
|
|
|