Remove client_certs from SSLCertRequestInfo.

https://codereview.chromium.org/2838243002
This commit is contained in:
Aleksei Kuzmin 2017-08-05 00:11:01 +03:00 committed by Cheng Zhao
parent 364c330887
commit b77b67bfbe
4 changed files with 10 additions and 6 deletions

View file

@ -150,6 +150,7 @@ class App : public AtomBrowserClient::Delegate,
void SelectClientCertificate(
content::WebContents* web_contents,
net::SSLCertRequestInfo* cert_request_info,
net::CertificateList client_certs,
std::unique_ptr<content::ClientCertificateDelegate> delegate) override;
// content::GpuDataManagerObserver: