| 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 c355fa23fa8f49055e357d58baf516ec6b970ade..0c7fd1b3b7e1c572b2601407d3e5bce2125a7038 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -45,6 +45,7 @@
|
| #include "content/browser/appcache/chrome_appcache_service.h"
|
| #include "content/browser/background_sync/background_sync_service_impl.h"
|
| #include "content/browser/bad_message.h"
|
| +#include "content/browser/blob_storage/blob_dispatcher_host.h"
|
| #include "content/browser/bluetooth/bluetooth_dispatcher_host.h"
|
| #include "content/browser/browser_child_process_host_impl.h"
|
| #include "content/browser/browser_main.h"
|
| @@ -962,6 +963,7 @@ 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 FileUtilitiesMessageFilter(GetID()));
|
| AddFilter(new MimeRegistryMessageFilter());
|
| AddFilter(
|
|
|