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 694091f1e0cd1455288d01c0f46a8d83656dc080..4ba0ac14337e3ab58003fd9bb4ffba6c377ca8ba 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)); |