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

@ -104,6 +104,8 @@ class AtomBrowserClient : public brightray::BrowserClient,
void GetAdditionalAllowedSchemesForFileSystem(
std::vector<std::string>* schemes) override;
void SiteInstanceDeleting(content::SiteInstance* site_instance) override;
std::unique_ptr<net::ClientCertStore> CreateClientCertStore(
content::ResourceContext* resource_context) override;
// brightray::BrowserClient:
brightray::BrowserMainParts* OverrideCreateBrowserMainParts(