Index: content/shell/browser/shell_content_browser_client.h |
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h |
index d1937bfba09345802d29c51b70846bc9d5bb65db..07ed7018cde16063097df59d49f589788ae3ab80 100644 |
--- a/content/shell/browser/shell_content_browser_client.h |
+++ b/content/shell/browser/shell_content_browser_client.h |
@@ -47,6 +47,10 @@ class ShellContentBrowserClient : public ContentBrowserClient { |
WebContentsViewDelegate* GetWebContentsViewDelegate( |
WebContents* web_contents) override; |
QuotaPermissionContext* CreateQuotaPermissionContext() override; |
+ void GetTemporaryStorageConfiguration( |
+ content::BrowserContext* context, |
+ const base::FilePath& partition_path, bool is_incognito, |
+ const storage::TemporaryStorageConfigurationCallback& callback) override; |
void SelectClientCertificate( |
WebContents* web_contents, |
net::SSLCertRequestInfo* cert_request_info, |