summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/client_socket_factory.h')
-rw-r--r--net/socket/client_socket_factory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/socket/client_socket_factory.h b/net/socket/client_socket_factory.h
index b750a0d..df43cdd 100644
--- a/net/socket/client_socket_factory.h
+++ b/net/socket/client_socket_factory.h
@@ -52,6 +52,9 @@ class ClientSocketFactory {
SSLHostInfo* ssl_host_info,
CertVerifier* cert_verifier);
+ // Clears cache used for SSL session resumption.
+ virtual void ClearSSLSessionCache() = 0;
+
// Returns the default ClientSocketFactory.
static ClientSocketFactory* GetDefaultFactory();