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

Unified Diff: net/net.gyp

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/net.gyp
===================================================================
--- net/net.gyp (revision 75583)
+++ net/net.gyp (working copy)
@@ -623,6 +623,8 @@
'socket/ssl_client_socket_pool.h',
'socket/ssl_client_socket_win.cc',
'socket/ssl_client_socket_win.h',
+ 'socket/ssl_client_socket_win_factory.cc',
+ 'socket/ssl_client_socket_win_factory.h',
'socket/ssl_error_params.cc',
'socket/ssl_error_params.h',
'socket/ssl_server_socket.h',
@@ -816,6 +818,8 @@
],
'sources!': [
'proxy/proxy_resolver_winhttp.cc',
+ 'socket/ssl_client_socket_win_factory.cc',
+ 'socket/ssl_client_socket_win_factory.h',
wtc 2011/02/23 00:38:38 Nit: list the _win_factory.* files after the _nss_
'socket/ssl_client_socket_nss_factory.cc',
'socket/ssl_client_socket_nss_factory.h',
],

Powered by Google App Engine
This is Rietveld 408576698