| 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 4f7c624923babff6abc93c067f3d9d43ff9652e4..648aabf4fbb0812958062564f0b6c8c70d2ce16d 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -607,7 +607,7 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| GetID(),
|
| storage_partition_impl_->GetQuotaManager(),
|
| GetContentClient()->browser()->CreateQuotaPermissionContext()));
|
| - channel_->AddFilter(new GamepadBrowserMessageFilter(this));
|
| + channel_->AddFilter(new GamepadBrowserMessageFilter());
|
| channel_->AddFilter(new ProfilerMessageFilter(PROCESS_TYPE_RENDERER));
|
| channel_->AddFilter(new HistogramMessageFilter());
|
| channel_->AddFilter(new HyphenatorMessageFilter(this));
|
|
|