| Index: chrome/browser/notifications/persistent_notification_delegate.cc
|
| diff --git a/chrome/browser/notifications/persistent_notification_delegate.cc b/chrome/browser/notifications/persistent_notification_delegate.cc
|
| index fa9b761bf549a7f3cc67cc9544addf7d053a53db..dba99c7d0f48a3411cc262e735a4a78de0ee1384 100644
|
| --- a/chrome/browser/notifications/persistent_notification_delegate.cc
|
| +++ b/chrome/browser/notifications/persistent_notification_delegate.cc
|
| @@ -22,7 +22,12 @@ PersistentNotificationDelegate::~PersistentNotificationDelegate() {}
|
|
|
| void PersistentNotificationDelegate::Display() {}
|
|
|
| -void PersistentNotificationDelegate::Close(bool by_user) {}
|
| +void PersistentNotificationDelegate::Close(bool by_user) {
|
| + PlatformNotificationServiceImpl::GetInstance()->OnPersistentNotificationClose(
|
| + browser_context_,
|
| + persistent_notification_id_,
|
| + origin_);
|
| +}
|
|
|
| void PersistentNotificationDelegate::Click() {
|
| PlatformNotificationServiceImpl::GetInstance()->OnPersistentNotificationClick(
|
|
|