Index: jingle/notifier/base/xmpp_client_socket_factory.h |
=================================================================== |
--- jingle/notifier/base/xmpp_client_socket_factory.h (revision 75806) |
+++ jingle/notifier/base/xmpp_client_socket_factory.h (working copy) |
@@ -35,6 +35,7 @@ |
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() {} |
wtc
2011/02/24 22:49:37
IMPORTANT: Please implement this method in xmpp_cl
Ryan Hamilton
2011/02/24 23:38:35
Done.
|
private: |
net::ClientSocketFactory* const client_socket_factory_; |