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

Unified Diff: net/socket/client_socket_factory.cc

Issue 2691683003: Remove OnCertDBChanged |cert| parameter. (Closed)
Patch Set: . 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
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();
}

Powered by Google App Engine
This is Rietveld 408576698