diff options
Diffstat (limited to 'jingle/notifier/base/xmpp_client_socket_factory.h')
-rw-r--r-- | jingle/notifier/base/xmpp_client_socket_factory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jingle/notifier/base/xmpp_client_socket_factory.h b/jingle/notifier/base/xmpp_client_socket_factory.h index db11b90..48c683d 100644 --- a/jingle/notifier/base/xmpp_client_socket_factory.h +++ b/jingle/notifier/base/xmpp_client_socket_factory.h @@ -35,6 +35,7 @@ class XmppClientSocketFactory : public net::ClientSocketFactory { const net::HostPortPair& host_and_port, const net::SSLConfig& ssl_config, net::SSLHostInfo* ssl_host_info, net::CertVerifier* cert_verifier, net::DnsCertProvenanceChecker* dns_cert_checker); + virtual void ClearSSLSessionCache(); private: net::ClientSocketFactory* const client_socket_factory_; |