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 3d8bb0a1ae8448cf05652b33eeda542d84f5fe8d..a115a9cc5fa025f65d294ac2d236e3962b62bbd6 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -175,8 +175,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, |