| 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 5bc29a31c28a4a69fb1f193be3f74300f175c3a6..a288671d8b002c239123f344946288c8c589ca3d 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -167,8 +167,16 @@ 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 GetQuotaSettings(
|
| + content::BrowserContext* context,
|
| + const base::FilePath& partition_path,
|
| + bool is_incognito,
|
| + const storage::OptionalQuotaSettingsCallback& callback) override;
|
| +
|
| void AllowCertificateError(
|
| content::WebContents* web_contents,
|
| int cert_error,
|
|
|