summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/ssl/ssl_client_auth_handler_win.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/ssl/ssl_client_auth_handler_win.cc b/chrome/browser/ssl/ssl_client_auth_handler_win.cc
index 8c7bc42..f5cee03 100644
--- a/chrome/browser/ssl/ssl_client_auth_handler_win.cc
+++ b/chrome/browser/ssl/ssl_client_auth_handler_win.cc
@@ -46,8 +46,7 @@ void SSLClientAuthHandler::DoSelectCertificate() {
if (cert_context) {
cert = net::X509Certificate::CreateFromHandle(
cert_context,
- net::X509Certificate::SOURCE_LONE_CERT_IMPORT,
- net::X509Certificate::OSCertHandles());
+ net::X509Certificate::SOURCE_LONE_CERT_IMPORT);
}
ok = CertCloseStore(client_certs, CERT_CLOSE_STORE_CHECK_FLAG);