Chromium Code Reviews| 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 546792e448e4c7556edf12f528fdee9d21c0b0eb..6c6bf352efab484769235f194df393495f8d3a54 100644 |
| --- a/chrome/browser/chrome_content_browser_client.h |
| +++ b/chrome/browser/chrome_content_browser_client.h |
| @@ -166,8 +166,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; |
|
kinuko
2016/07/28 15:49:17
nit: too many spaces before override
michaeln
2016/10/14 23:51:48
Done.
|
| + |
| void AllowCertificateError( |
| content::WebContents* web_contents, |
| int cert_error, |