Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1146)

Unified Diff: content/browser/notifications/page_notification_delegate.h

Issue 993343006: [CleanUp] Remove parameter |by_user| in NotificationClosed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698