diff options
Diffstat (limited to 'content/shell/shell_browser_context.cc')
-rw-r--r-- | content/shell/shell_browser_context.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc index b118413..f98c43f 100644 --- a/content/shell/shell_browser_context.cc +++ b/content/shell/shell_browser_context.cc @@ -158,8 +158,7 @@ net::URLRequestContextGetter* 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(); } |