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 b973052b5cbc32d41291a42f9ab97b05280d4f53..163027fae217a3965ba1c61cd9ddd3db0494bec1 100644 |
--- a/content/shell/shell_content_browser_client.cc |
+++ b/content/shell/shell_content_browser_client.cc |
@@ -18,6 +18,7 @@ |
#include "content/shell/shell_devtools_delegate.h" |
#include "content/shell/shell_message_filter.h" |
#include "content/shell/shell_messages.h" |
+#include "content/shell/shell_quota_permission_context.h" |
#include "content/shell/shell_resource_dispatcher_host_delegate.h" |
#include "content/shell/shell_switches.h" |
#include "content/shell/shell_web_contents_view_delegate_creator.h" |
@@ -176,6 +177,11 @@ WebContentsViewDelegate* ShellContentBrowserClient::GetWebContentsViewDelegate( |
#endif |
} |
+QuotaPermissionContext* |
+ShellContentBrowserClient::CreateQuotaPermissionContext() { |
+ return new ShellQuotaPermissionContext(); |
+} |
+ |
#if defined(OS_ANDROID) |
void ShellContentBrowserClient::GetAdditionalMappedFilesForChildProcess( |
const CommandLine& command_line, |