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

Unified Diff: net/ssl/client_cert_store_win.h

Issue 2838243002: Remove client_certs from SSLCertRequestInfo. (Closed)
Patch Set: revert stray whitespace change Created 3 years, 8 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_nss_unittest.cc ('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 ffbb301bd209c5ca21012318abab80a7a90639ce..a8a4bab894c4b260075c6b6a0543da8e01ecb69f 100644
--- a/net/ssl/client_cert_store_win.h
+++ b/net/ssl/client_cert_store_win.h
@@ -28,8 +28,7 @@ class NET_EXPORT ClientCertStoreWin : public ClientCertStore {
// will use that. Otherwise it will use the current user's "MY" cert store
// instead.
void GetClientCerts(const SSLCertRequestInfo& cert_request_info,
- CertificateList* selected_certs,
- const base::Closure& callback) override;
+ const ClientCertListCallback& callback) override;
private:
using ScopedHCERTSTORE = crypto::ScopedCAPIHandle<
« no previous file with comments | « net/ssl/client_cert_store_nss_unittest.cc ('k') | net/ssl/client_cert_store_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698