GetCachePath replaced with GetGeneratedCodeCacheSettings
https://chromium-review.googlesource.com/c/1301973
1213093
This commit is contained in:
parent
ef80cc3d56
commit
96f9611cf4
4 changed files with 13 additions and 6 deletions
|
@ -91,6 +91,8 @@ class AtomBrowserClient : public content::ContentBrowserClient,
|
|||
void DidCreatePpapiPlugin(content::BrowserPpapiHost* browser_host) override;
|
||||
std::string GetGeolocationApiKey() override;
|
||||
content::QuotaPermissionContext* CreateQuotaPermissionContext() override;
|
||||
content::GeneratedCodeCacheSettings GetGeneratedCodeCacheSettings(
|
||||
content::BrowserContext* context) override;
|
||||
void AllowCertificateError(
|
||||
content::WebContents* web_contents,
|
||||
int cert_error,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue