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

Unified Diff: net/ssl/ssl_config_service.cc

Issue 578553004: Remove the "snionly" concept from the HSTS preload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 6 years, 3 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
« no previous file with comments | « net/ssl/ssl_config_service.h ('k') | net/url_request/fraudulent_certificate_reporter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_config_service.cc
diff --git a/net/ssl/ssl_config_service.cc b/net/ssl/ssl_config_service.cc
index cd2a00dc6da8b2d8f5499362eff14c9db761271a..1cc6def7f44df29d8a5964b18773e29301771781 100644
--- a/net/ssl/ssl_config_service.cc
+++ b/net/ssl/ssl_config_service.cc
@@ -81,14 +81,4 @@ void SSLConfigService::ProcessConfigUpdate(const SSLConfig& orig_config,
NotifySSLConfigChange();
}
-// static
-bool SSLConfigService::IsSNIAvailable(SSLConfigService* service) {
- if (!service)
- return false;
-
- SSLConfig ssl_config;
- service->GetSSLConfig(&ssl_config);
- return ssl_config.version_max >= SSL_PROTOCOL_VERSION_TLS1;
-}
-
} // namespace net
« no previous file with comments | « net/ssl/ssl_config_service.h ('k') | net/url_request/fraudulent_certificate_reporter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698