Index: content/browser/notifications/page_notification_delegate.h |
diff --git a/content/browser/notifications/page_notification_delegate.h b/content/browser/notifications/page_notification_delegate.h |
index dd3422f2c4eaf506a4ec03743a7f831b59118a0c..fd45f9152bc25b5e20eb3cab6c53afa77ab71a05 100644 |
--- a/content/browser/notifications/page_notification_delegate.h |
+++ b/content/browser/notifications/page_notification_delegate.h |
@@ -19,7 +19,7 @@ class PageNotificationDelegate : public DesktopNotificationDelegate { |
// DesktopNotificationDelegate implementation. |
void NotificationDisplayed() override; |
- void NotificationClosed(bool by_user) override; |
+ void NotificationClosed() override; |
void NotificationClick() override; |
private: |