| 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 de830f42ef43f732fe58fdda9d5c94fe7df35ba9..7411310489fbe858b64672764b138f0f3da4debb 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1025,7 +1025,8 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
|
|
| notification_message_filter_ = new NotificationMessageFilter(
|
| GetID(), storage_partition_impl_->GetPlatformNotificationContext(),
|
| - resource_context, browser_context);
|
| + resource_context, storage_partition_impl_->GetServiceWorkerContext(),
|
| + browser_context);
|
| AddFilter(notification_message_filter_.get());
|
|
|
| AddFilter(new GamepadBrowserMessageFilter());
|
|
|