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 84a2576605af4cebfafc8a8f483ffa4f8338a9a6..55d571408102f370995e2e21eac7b36513d19944 100644 |
--- a/chrome/browser/notifications/persistent_notification_delegate.cc |
+++ b/chrome/browser/notifications/persistent_notification_delegate.cc |
@@ -30,7 +30,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( |