| Index: content/browser/notifications/page_notification_delegate.cc
|
| diff --git a/content/browser/notifications/page_notification_delegate.cc b/content/browser/notifications/page_notification_delegate.cc
|
| index dacfffbfd22da5db3bdede2ead526dd7b294d480..fdf085d7c7ca6bc48b846ec9fb2b8427938d2417 100644
|
| --- a/content/browser/notifications/page_notification_delegate.cc
|
| +++ b/content/browser/notifications/page_notification_delegate.cc
|
| @@ -26,8 +26,7 @@ void PageNotificationDelegate::NotificationDisplayed() {
|
| sender->Send(new PlatformNotificationMsg_DidShow(notification_id_));
|
| }
|
|
|
| -// TODO(peter): Remove |by_user| since we're not using that anywhere.
|
| -void PageNotificationDelegate::NotificationClosed(bool by_user) {
|
| +void PageNotificationDelegate::NotificationClosed() {
|
| RenderProcessHost* sender = RenderProcessHost::FromID(render_process_id_);
|
| if (!sender)
|
| return;
|
|
|