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

Unified Diff: net/base/ssl_client_auth_cache.h

Issue 6487012: Clear the SSL Client Auth cache when a new SSL Client Certificate is... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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
Index: net/base/ssl_client_auth_cache.h
===================================================================
--- net/base/ssl_client_auth_cache.h (revision 75583)
+++ net/base/ssl_client_auth_cache.h (working copy)
@@ -44,6 +44,9 @@
// Remove the client certificate for |server| from the cache, if one exists.
void Remove(const std::string& server);
+ // Removes all cache entries.
+ void Clear();
+
private:
typedef std::string AuthCacheKey;
typedef scoped_refptr<X509Certificate> AuthCacheValue;

Powered by Google App Engine
This is Rietveld 408576698