| 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..26133ee1e8bd5be3e078749b2baa74f326337fa7 100644
|
| --- a/content/shell/browser/shell_content_browser_client.h
|
| +++ b/content/shell/browser/shell_content_browser_client.h
|
| @@ -47,6 +47,11 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| WebContentsViewDelegate* GetWebContentsViewDelegate(
|
| WebContents* web_contents) override;
|
| QuotaPermissionContext* CreateQuotaPermissionContext() override;
|
| + void GetQuotaSettings(
|
| + content::BrowserContext* context,
|
| + const base::FilePath& partition_path,
|
| + bool is_incognito,
|
| + const storage::OptionalQuotaSettingsCallback& callback) override;
|
| void SelectClientCertificate(
|
| WebContents* web_contents,
|
| net::SSLCertRequestInfo* cert_request_info,
|
|
|