| 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 03f5b588e69c4510d97754f5707143ede15d0c67..33697a8b9680b15ba38b3b015385c2e02aca2290 100644
|
| --- a/content/browser/notifications/page_notification_delegate.cc
|
| +++ b/content/browser/notifications/page_notification_delegate.cc
|
| @@ -32,9 +32,11 @@ void PageNotificationDelegate::NotificationClosed() {
|
| return;
|
|
|
| sender->Send(new PlatformNotificationMsg_DidClose(notification_id_));
|
| +/**
|
| static_cast<RenderProcessHostImpl*>(sender)
|
| ->notification_message_filter()
|
| ->DidCloseNotification(notification_id_);
|
| +**/
|
| }
|
|
|
| void PageNotificationDelegate::NotificationClick() {
|
|
|