Index: jingle/notifier/base/xmpp_client_socket_factory.cc |
=================================================================== |
--- jingle/notifier/base/xmpp_client_socket_factory.cc (revision 75806) |
+++ jingle/notifier/base/xmpp_client_socket_factory.cc (working copy) |
@@ -42,4 +42,8 @@ |
cert_verifier, dns_cert_checker); |
} |
+void XmppClientSocketFactory::ClearSSLSessionCache() { |
+ client_socket_factory_->ClearSSLSessionCache(); |
+} |
+ |
} // namespace |