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

Unified Diff: net/base/ssl_config_service_mac.h

Issue 4091005: Remove SSL 2.0 support. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add ssl_config_service_manager_pref.cc Created 10 years, 1 month 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: net/base/ssl_config_service_mac.h
===================================================================
--- net/base/ssl_config_service_mac.h (revision 67360)
+++ net/base/ssl_config_service_mac.h (working copy)
@@ -24,7 +24,6 @@
// Setters. Can be called on any thread.
static void SetRevCheckingEnabled(bool enabled);
- static void SetSSL2Enabled(bool enabled);
static void SetSSL3Enabled(bool enabled);
static void SetTLS1Enabled(bool enabled);

Powered by Google App Engine
This is Rietveld 408576698