| 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 e1d4d84ece31f137017bfc7d3e584042574321b4..401aeb369d9bb9a28d55ff61e852ea74dfa3eb9b 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -78,6 +78,11 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| const GURL& url,
|
| content::ResourceContext* context,
|
| const std::vector<std::pair<int, int> >& render_views) OVERRIDE;
|
| + virtual bool AllowWorkerIndexedDB(
|
| + const GURL& url,
|
| + const string16& name,
|
| + content::ResourceContext* context,
|
| + const std::vector<std::pair<int, int> >& render_views) OVERRIDE;
|
| virtual net::URLRequestContext* OverrideRequestContextForURL(
|
| const GURL& url, content::ResourceContext* context) OVERRIDE;
|
| virtual QuotaPermissionContext* CreateQuotaPermissionContext() OVERRIDE;
|
|
|