Index: net/socket/client_socket_factory.h |
=================================================================== |
--- net/socket/client_socket_factory.h (revision 75806) |
+++ net/socket/client_socket_factory.h (working copy) |
@@ -52,6 +52,9 @@ |
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(); |