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; |