Index: content/shell/shell_content_browser_client.cc |
diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc |
index 00ea0ab5e0cb192d87cb5f00ed7485ac5d338383..01f6d6d1a3057a277029191fe30e0899fa5db64c 100644 |
--- a/content/shell/shell_content_browser_client.cc |
+++ b/content/shell/shell_content_browser_client.cc |
@@ -179,6 +179,14 @@ bool ShellContentBrowserClient::AllowWorkerFileSystem( |
return true; |
} |
+bool ShellContentBrowserClient::AllowWorkerIndexedDB( |
+ const GURL& url, |
+ const string16& name, |
+ content::ResourceContext* context, |
+ const std::vector<std::pair<int, int> >& render_views) { |
+ return true; |
+} |
+ |
QuotaPermissionContext* |
ShellContentBrowserClient::CreateQuotaPermissionContext() { |
return NULL; |