| 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 cc2c4584d2955f7dd8aa3e81d8727666df4ec57b..9c884288862752ba135bc9685e6832524a9aef05 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,
|
|
|