Index: content/shell/shell_browser_context.cc |
=================================================================== |
--- content/shell/shell_browser_context.cc (revision 122771) |
+++ content/shell/shell_browser_context.cc (working copy) |
@@ -158,8 +158,7 @@ |
ResourceContext* ShellBrowserContext::GetResourceContext() { |
if (!resource_context_.get()) { |
resource_context_.reset(new ShellResourceContext( |
- static_cast<ShellURLRequestContextGetter*>(GetRequestContext()), |
- BrowserContext::GetBlobStorageContext(this))); |
+ static_cast<ShellURLRequestContextGetter*>(GetRequestContext()))); |
} |
return resource_context_.get(); |
} |