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

Unified Diff: net/ssl/ssl_client_auth_cache.cc

Issue 27500004: Listen for new system certificates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-upload Created 7 years, 2 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/ssl/ssl_client_auth_cache.cc
diff --git a/net/ssl/ssl_client_auth_cache.cc b/net/ssl/ssl_client_auth_cache.cc
index 0c0704e620899906cd7ca4027fdfe78704ea0276..050b3247e8d4f318fe7d6b068084a2b3988f66e6 100644
--- a/net/ssl/ssl_client_auth_cache.cc
+++ b/net/ssl/ssl_client_auth_cache.cc
@@ -45,4 +45,8 @@ void SSLClientAuthCache::OnCertAdded(const X509Certificate* cert) {
cache_.clear();
}
+void SSLClientAuthCache::OnDatabaseUpdated() {
+ cache_.clear();
+}
+
} // namespace net
« net/socket/client_socket_pool_manager_impl.cc ('K') | « net/ssl/ssl_client_auth_cache.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698