| 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 424fdb41f4a265643616d753e3c56a75063a87ba..f928b0e6861117f64225567260bb3642b641ea95 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -58,6 +58,7 @@
|
| #include "content/browser/download/mhtml_generation_manager.h"
|
| #include "content/browser/fileapi/chrome_blob_storage_context.h"
|
| #include "content/browser/fileapi/fileapi_message_filter.h"
|
| +#include "content/browser/frame_host/render_frame_message_filter.h"
|
| #include "content/browser/geofencing/geofencing_dispatcher_host.h"
|
| #include "content/browser/gpu/browser_gpu_memory_buffer_manager.h"
|
| #include "content/browser/gpu/compositor_util.h"
|
| @@ -764,6 +765,8 @@
|
| media_internals,
|
| storage_partition_impl_->GetDOMStorageContext()));
|
| AddFilter(render_message_filter.get());
|
| + AddFilter(
|
| + new RenderFrameMessageFilter(GetID(), widget_helper_.get()));
|
| BrowserContext* browser_context = GetBrowserContext();
|
| ResourceContext* resource_context = browser_context->GetResourceContext();
|
|
|
|
|