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

Unified Diff: net/socket/client_socket_factory.cc

Issue 2691683003: Remove OnCertDBChanged |cert| parameter. (Closed)
Patch Set: comment wording Created 3 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 | « net/quic/chromium/quic_stream_factory_test.cc ('k') | net/socket/client_socket_pool_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/client_socket_factory.cc
diff --git a/net/socket/client_socket_factory.cc b/net/socket/client_socket_factory.cc
index 78e5abc7a987e2c3f30d1e1dce9103fef636952d..908e3191d098b08975e68059a4eaaa1394f05f6a 100644
--- a/net/socket/client_socket_factory.cc
+++ b/net/socket/client_socket_factory.cc
@@ -33,7 +33,7 @@ class DefaultClientSocketFactory : public ClientSocketFactory,
CertDatabase::GetInstance()->RemoveObserver(this);
}
- void OnCertDBChanged(const X509Certificate* cert) override {
+ void OnCertDBChanged() override {
// Flush sockets whenever CA trust changes.
ClearSSLSessionCache();
}
« no previous file with comments | « net/quic/chromium/quic_stream_factory_test.cc ('k') | net/socket/client_socket_pool_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698