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

Unified Diff: net/base/ssl_config_service.cc

Issue 11876044: Remove support for 'system' SSL on Mac (SecureTransport) and Win (SChannel) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback Created 7 years, 11 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: net/base/ssl_config_service.cc
diff --git a/net/base/ssl_config_service.cc b/net/base/ssl_config_service.cc
index 6bd3fcf206c055f0a9b6d410ea96d4cbc60def78..7dfe05eaf377ef81c3642d99978ce853a134fae0 100644
--- a/net/base/ssl_config_service.cc
+++ b/net/base/ssl_config_service.cc
@@ -123,11 +123,6 @@ uint16 SSLConfigService::default_version_min() {
}
// static
-void SSLConfigService::SetDefaultVersionMax(uint16 version_max) {
- g_default_version_max = version_max;
-}
-
-// static
uint16 SSLConfigService::default_version_max() {
return g_default_version_max;
}

Powered by Google App Engine
This is Rietveld 408576698