Index: content/shell/shell_browser_context.cc |
=================================================================== |
--- content/shell/shell_browser_context.cc (revision 156155) |
+++ content/shell/shell_browser_context.cc (working copy) |
@@ -124,6 +124,12 @@ |
return GetRequestContext(); |
} |
+net::URLRequestContextGetter* |
+ ShellBrowserContext::GetRequestContextForStoragePartition( |
+ const std::string& partition_id) { |
+ return NULL; |
+} |
+ |
ResourceContext* ShellBrowserContext::GetResourceContext() { |
if (!resource_context_.get()) { |
resource_context_.reset(new ShellResourceContext( |