| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 61a2f96504ff27ed7b018f33c8b013eba3a2a85f..0c13bafc28197a2693605631c94386e171b8d627 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -167,8 +167,15 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| const GURL& url,
|
| content::ResourceContext* context) override;
|
| content::QuotaPermissionContext* CreateQuotaPermissionContext() override;
|
| +
|
| std::unique_ptr<storage::QuotaEvictionPolicy>
|
| GetTemporaryStorageEvictionPolicy(content::BrowserContext* context) override;
|
| +
|
| + void GetTemporaryStorageConfiguration(
|
| + content::BrowserContext* context,
|
| + const base::FilePath& partition_path, bool is_incognito,
|
| + const storage::TemporaryStorageConfigurationCallback& callback) override;
|
| +
|
| void AllowCertificateError(
|
| content::WebContents* web_contents,
|
| int cert_error,
|
|
|