| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 0c836212292de3f26fb06a3e7666c008b3a263de..87828179818cf5853c19b9ee2a0c9e9c4b2f9388 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -512,6 +512,7 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| GetID(), PROCESS_TYPE_RENDERER, resource_context,
|
| storage_partition_impl_->GetAppCacheService(),
|
| ChromeBlobStorageContext::GetFor(browser_context),
|
| + storage_partition_impl_->GetFileSystemContext(),
|
| new RendererURLRequestContextSelector(browser_context, GetID()));
|
|
|
| channel_->AddFilter(resource_message_filter);
|
|
|