Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Unified Diff: jingle/notifier/base/xmpp_client_socket_factory.cc

Issue 6580006: Implement ClientSocketFactory::ClearSSLSessionCache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Addressed wtc's final comments Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « jingle/notifier/base/xmpp_client_socket_factory.h ('k') | net/socket/client_socket_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « jingle/notifier/base/xmpp_client_socket_factory.h ('k') | net/socket/client_socket_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698