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

Unified Diff: net/ssl/client_cert_store_win.h

Issue 2898573002: Refactor client cert private key handling. (Closed)
Patch Set: removed no longer needed forward declaration Created 3 years, 6 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
« no previous file with comments | « net/ssl/client_cert_store_unittest-inl.h ('k') | net/ssl/client_cert_store_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/client_cert_store_win.h
diff --git a/net/ssl/client_cert_store_win.h b/net/ssl/client_cert_store_win.h
index a8a4bab894c4b260075c6b6a0543da8e01ecb69f..0665a9d5ae73b0c0204942bd3b2b7ff28cdcf5cc 100644
--- a/net/ssl/client_cert_store_win.h
+++ b/net/ssl/client_cert_store_win.h
@@ -45,7 +45,7 @@ class NET_EXPORT ClientCertStoreWin : public ClientCertStore {
// using the common logic.
bool SelectClientCertsForTesting(const CertificateList& input_certs,
const SSLCertRequestInfo& cert_request_info,
- CertificateList* selected_certs);
+ ClientCertIdentityList* selected_identities);
ScopedHCERTSTORE cert_store_;
« no previous file with comments | « net/ssl/client_cert_store_unittest-inl.h ('k') | net/ssl/client_cert_store_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698