| 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 bafb4a820ddf4cc29ccd9008bd0ce93369024169..a912b05a1f76428bcdf749d1b53c1cea1b3630d8 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -623,7 +623,7 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| #endif
|
| #if defined(ENABLE_PLUGINS)
|
| // TODO(raymes): PepperMessageFilter should be removed from here.
|
| - channel_->AddFilter(new PepperMessageFilter(GetID(), browser_context));
|
| + channel_->AddFilter(PepperMessageFilter::CreateForRendererProcess());
|
| channel_->AddFilter(new PepperRendererConnection(GetID()));
|
| #endif
|
| #if defined(ENABLE_INPUT_SPEECH)
|
|
|