| 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 2118fccf1a99a7f414210956371480099ce89bf9..65e1f9eb10a1c3e309167fe9ddc0a8bfd49c635d 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -533,7 +533,7 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| channel_->AddFilter(new QuotaDispatcherHost(
|
| GetID(), GetBrowserContext()->GetQuotaManager(),
|
| content::GetContentClient()->browser()->CreateQuotaPermissionContext()));
|
| - channel_->AddFilter(new GamepadBrowserMessageFilter);
|
| + channel_->AddFilter(new content::GamepadBrowserMessageFilter(this));
|
| }
|
|
|
| int RenderProcessHostImpl::GetNextRoutingID() {
|
|
|