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

Unified Diff: chrome/browser/chromeos/net/client_cert_store_chromeos.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
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..3f66f8b32fc1103275937bb95d4d1577800bf20f 100644
--- a/chrome/browser/chromeos/net/client_cert_store_chromeos.h
+++ b/chrome/browser/chromeos/net/client_cert_store_chromeos.h
@@ -58,8 +58,8 @@ 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);
« 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