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

Unified Diff: content/public/browser/desktop_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/public/browser/desktop_notification_delegate.h
diff --git a/content/public/browser/desktop_notification_delegate.h b/content/public/browser/desktop_notification_delegate.h
index aaf2c9d98d722e0b34e1cb2557012066a1d44f0f..4803070985b21f7f75adca618cc0de51df251229 100644
--- a/content/public/browser/desktop_notification_delegate.h
+++ b/content/public/browser/desktop_notification_delegate.h
@@ -17,7 +17,7 @@ class DesktopNotificationDelegate {
virtual void NotificationDisplayed() = 0;
// The notification was closed.
- virtual void NotificationClosed(bool by_user) = 0;
+ virtual void NotificationClosed() = 0;
// The user clicked on the notification.
virtual void NotificationClick() = 0;

Powered by Google App Engine
This is Rietveld 408576698