Remove client_certs from SSLCertRequestInfo.
https://codereview.chromium.org/2838243002
This commit is contained in:
parent
364c330887
commit
b77b67bfbe
4 changed files with 10 additions and 6 deletions
|
@ -77,6 +77,7 @@ class AtomBrowserClient : public brightray::BrowserClient,
|
|||
void SelectClientCertificate(
|
||||
content::WebContents* web_contents,
|
||||
net::SSLCertRequestInfo* cert_request_info,
|
||||
net::CertificateList client_certs,
|
||||
std::unique_ptr<content::ClientCertificateDelegate> delegate) override;
|
||||
void ResourceDispatcherHostCreated() override;
|
||||
bool CanCreateWindow(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue