| Index: content/browser/notifications/notification_message_filter.cc
|
| diff --git a/content/browser/notifications/notification_message_filter.cc b/content/browser/notifications/notification_message_filter.cc
|
| index d49fb0f5a679422e69adc2cf7b811989a28a1279..b41b3781bac8ea36b69236c066ff45ff98b877c1 100644
|
| --- a/content/browser/notifications/notification_message_filter.cc
|
| +++ b/content/browser/notifications/notification_message_filter.cc
|
| @@ -94,7 +94,6 @@ void NotificationMessageFilter::OnShowPlatformNotification(
|
| icon,
|
| notification_data,
|
| delegate.Pass(),
|
| - process_id_,
|
| &close_closure);
|
|
|
| if (!close_closure.is_null())
|
| @@ -116,11 +115,8 @@ void NotificationMessageFilter::OnShowPersistentNotification(
|
| return;
|
|
|
| service->DisplayPersistentNotification(browser_context_,
|
| - service_worker_registration_id,
|
| - origin,
|
| - icon,
|
| - notification_data,
|
| - process_id_);
|
| + service_worker_registration_id, origin,
|
| + icon, notification_data);
|
| }
|
|
|
| void NotificationMessageFilter::OnClosePlatformNotification(
|
|
|