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

Unified Diff: net/socket/ssl_server_socket.h

Issue 2405403002: Remove net::EnableSSLServerSockets. (Closed)
Patch Set: Created 4 years, 2 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 | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | net/socket/ssl_server_socket_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_server_socket.h
diff --git a/net/socket/ssl_server_socket.h b/net/socket/ssl_server_socket.h
index 9053ea0259c56a0ae3426e5dd1c92896d415d439..1258a8706438129d9b7e6ec428811f709f857431 100644
--- a/net/socket/ssl_server_socket.h
+++ b/net/socket/ssl_server_socket.h
@@ -57,16 +57,6 @@ class SSLServerContext {
std::unique_ptr<StreamSocket> socket) = 0;
};
-// Configures the underlying SSL library for the use of SSL server sockets.
-//
-// Due to the requirements of the underlying libraries, this should be called
-// early in process initialization, before any SSL socket, client or server,
-// has been used.
-//
-// Note: If a process does not use SSL server sockets, this call may be
-// omitted.
-NET_EXPORT void EnableSSLServerSockets();
-
// Creates an SSL server socket context where all sockets spawned using this
// context will share the same session cache.
//
« no previous file with comments | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | net/socket/ssl_server_socket_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698