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

Unified Diff: chrome/browser/chromeos/net/client_cert_store_chromeos.h

Issue 2898573002: Refactor client cert private key handling. (Closed)
Patch Set: rebase on https://codereview.chromium.org/2899083006/ Created 3 years, 7 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: chrome/browser/chromeos/net/client_cert_store_chromeos.h
diff --git a/chrome/browser/chromeos/net/client_cert_store_chromeos.h b/chrome/browser/chromeos/net/client_cert_store_chromeos.h
index ae3f2fc0104175e719a2d9366e8750581c41b64f..be3fbefdb3a2d44d67a34476939817741818b128 100644
--- a/chrome/browser/chromeos/net/client_cert_store_chromeos.h
+++ b/chrome/browser/chromeos/net/client_cert_store_chromeos.h
@@ -58,11 +58,11 @@ class ClientCertStoreChromeOS : public net::ClientCertStore {
const ClientCertListCallback& callback,
const net::CertificateList& additional_certs);
- net::CertificateList GetAndFilterCertsOnWorkerThread(
- std::unique_ptr<crypto::CryptoModuleBlockingPasswordDelegate>
+ net::ClientCertIdentityList GetAndFilterCertsOnWorkerThread(
+ scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate>
password_delegate,
const net::SSLCertRequestInfo* request,
- const net::CertificateList& additional_certs);
+ net::CertificateList additional_certs);
std::unique_ptr<CertificateProvider> cert_provider_;
std::unique_ptr<CertFilter> cert_filter_;
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chromeos/net/client_cert_store_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698