Refactor client cert private key handling.
https://codereview.chromium.org/2898573002
This commit is contained in:
parent
b69913975b
commit
5831a5ffa1
6 changed files with 22 additions and 11 deletions
|
@ -316,7 +316,7 @@ void AtomBrowserClient::AllowCertificateError(
|
|||
void AtomBrowserClient::SelectClientCertificate(
|
||||
content::WebContents* web_contents,
|
||||
net::SSLCertRequestInfo* cert_request_info,
|
||||
net::CertificateList client_certs,
|
||||
net::ClientCertIdentityList client_certs,
|
||||
std::unique_ptr<content::ClientCertificateDelegate> delegate) {
|
||||
if (!client_certs.empty() && delegate_) {
|
||||
delegate_->SelectClientCertificate(web_contents, cert_request_info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue