NetworkService: Implement URLLoader::OnCertificateRequested

https://chromium-review.googlesource.com/c/chromium/src/+/848303
This commit is contained in:
deepak1556 2018-04-12 14:18:50 +05:30 committed by Samuel Attard
parent b268e37663
commit 27cb84eee0
4 changed files with 27 additions and 27 deletions

View file

@ -22,8 +22,6 @@ class AtomResourceDispatcherHostDelegate
content::ResourceDispatcherHostLoginDelegate* CreateLoginDelegate(
net::AuthChallengeInfo* auth_info,
net::URLRequest* request) override;
std::unique_ptr<net::ClientCertStore> CreateClientCertStore(
content::ResourceContext* resource_context) override;
bool ShouldInterceptResourceAsStream(net::URLRequest* request,
const std::string& mime_type,
GURL* origin,