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

Unified Diff: net/socket/client_socket_pool_manager_impl.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/socket/client_socket_pool_manager_impl.h ('k') | net/spdy/spdy_session_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/client_socket_pool_manager_impl.cc
diff --git a/net/socket/client_socket_pool_manager_impl.cc b/net/socket/client_socket_pool_manager_impl.cc
index 26348cbb7afacbc70b9c524357087b3507ef97be..0e9172833c72302d956f899189bf79d41dd236e1 100644
--- a/net/socket/client_socket_pool_manager_impl.cc
+++ b/net/socket/client_socket_pool_manager_impl.cc
@@ -356,7 +356,7 @@ ClientSocketPoolManagerImpl::SocketPoolInfoToValue() const {
return std::move(list);
}
-void ClientSocketPoolManagerImpl::OnCertDBChanged(const X509Certificate* cert) {
+void ClientSocketPoolManagerImpl::OnCertDBChanged() {
FlushSocketPoolsWithError(ERR_NETWORK_CHANGED);
}
« no previous file with comments | « net/socket/client_socket_pool_manager_impl.h ('k') | net/spdy/spdy_session_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698