| 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 67575e368863882279e76fe17b0e95dadb7f115c..6a4aab35b13f203cc3be47f85744b2408ef9054a 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -171,8 +171,11 @@ 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,
|
| + content::StoragePartition* partition,
|
| + const storage::OptionalQuotaSettingsCallback& callback) override;
|
| +
|
| void AllowCertificateError(
|
| content::WebContents* web_contents,
|
| int cert_error,
|
|
|