Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6029)

Unified Diff: chrome/common/chrome_switches.cc

Issue 7058049: Added client-side support for the TLS cached info extension. This feature is disabled by default ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Added Null pointer check Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698