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

Unified Diff: net/socket/client_socket_factory.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/socket/client_socket_factory.h
===================================================================
--- net/socket/client_socket_factory.h (revision 75583)
+++ net/socket/client_socket_factory.h (working copy)
@@ -64,9 +64,9 @@
// Returns the default ClientSocketFactory.
static ClientSocketFactory* GetDefaultFactory();
- // Instructs the default ClientSocketFactory to use |factory| to create
- // SSLClientSocket objects.
- static void SetSSLClientSocketFactory(SSLClientSocketFactory factory);
+ // Instructs the default ClientSocketFactory to use the system SSL
+ // libraries.
+ static void UseSystemSSL();
wtc 2011/02/23 00:38:38 With this change, the SSLClientSocketFactory type
};
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698