| 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 394217d4134b10168d9f0ec6c6bf484396c677c1..1105905f8ee8e5525d3f7ac6f07175c8c0b1e6a2 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1013,7 +1013,9 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| GetID(), storage_partition_impl_->GetURLRequestContext(),
|
| storage_partition_impl_->GetFileSystemContext(),
|
| blob_storage_context.get(), StreamContext::GetFor(browser_context)));
|
| - AddFilter(new BlobDispatcherHost(blob_storage_context.get()));
|
| + AddFilter(new BlobDispatcherHost(
|
| + GetID(), storage_partition_impl_->GetFileSystemContext(),
|
| + blob_storage_context.get()));
|
| AddFilter(new FileUtilitiesMessageFilter(GetID()));
|
| AddFilter(
|
| new DatabaseMessageFilter(storage_partition_impl_->GetDatabaseTracker()));
|
|
|