| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 88612)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -369,6 +369,9 @@
|
| // for more background.
|
| const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port";
|
|
|
| +// Enables TLS cached info extension.
|
| +const char kEnableCachedInfo[] = "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";
|
|
|