Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| =================================================================== |
| --- chrome/common/chrome_switches.cc (revision 86360) |
| +++ chrome/common/chrome_switches.cc (working copy) |
| @@ -375,6 +375,9 @@ |
| // for more background. |
| const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port"; |
| +// Enables TLS cached info extension |
|
wtc
2011/06/03 22:56:55
Nit: add a period at the end of this comment. Our
rkn
2011/06/04 20:50:19
Done.
|
| +const char kEnableCachedInfo[] = "enable-cached-info"; |
|
wtc
2011/06/03 22:56:55
Please name this variable and option with SSL:
c
rkn
2011/06/04 20:50:19
Done.
|
| + |
| // At this point, even if client-side phishing detection is enabled we will not, |
| // by default, display an interstitial if we detected a phishing site. Once |
| // we are confident that the false-positive rate is as low as expected we can |