Index: content/shell/shell_browser_context.cc |
diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc |
index b0da3ae42189825e79fc1aa9cfbefabc5eeec6f3..4cae528ff0e413525afe078a7f72fd00e49ea17d 100644 |
--- a/content/shell/shell_browser_context.cc |
+++ b/content/shell/shell_browser_context.cc |
@@ -93,7 +93,7 @@ DownloadManagerDelegate* ShellBrowserContext::GetDownloadManagerDelegate() { |
return download_manager_delegate_.get(); |
} |
-net::URLRequestContextGetter* ShellBrowserContext::GetRequestContext() { |
+net::URLRequestContextGetter* ShellBrowserContext::GetRequestContext() { |
if (!url_request_getter_) { |
url_request_getter_ = new ShellURLRequestContextGetter( |
GetPath(), |
@@ -120,7 +120,8 @@ net::URLRequestContextGetter* |
return GetRequestContext(); |
} |
-ResourceContext* ShellBrowserContext::GetResourceContext() { |
+ResourceContext* ShellBrowserContext::GetResourceContext( |
+ SiteInstance* instance) { |
if (!resource_context_.get()) { |
resource_context_.reset(new ShellResourceContext( |
static_cast<ShellURLRequestContextGetter*>(GetRequestContext()))); |