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

Unified Diff: chrome/browser/notifications/persistent_notification_handler.h

Issue 2917923004: Move handler processing to NotificationDisplayService
Patch Set: Created 3 years, 7 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: chrome/browser/notifications/persistent_notification_handler.h
diff --git a/chrome/browser/notifications/persistent_notification_handler.h b/chrome/browser/notifications/persistent_notification_handler.h
index 5532097b9be8ba6c0a2f7ff5587bae5d945b956d..626e4387ffdaa0af90a321a10333522a2f9b196e 100644
--- a/chrome/browser/notifications/persistent_notification_handler.h
+++ b/chrome/browser/notifications/persistent_notification_handler.h
@@ -16,6 +16,7 @@ class PersistentNotificationHandler : public NotificationHandler {
~PersistentNotificationHandler() override;
// NotificationHandler implementation.
+ void OnShow(Profile* profile, const std::string& notification_id) override;
void OnClose(Profile* profile,
const std::string& origin,
const std::string& notification_id,

Powered by Google App Engine
This is Rietveld 408576698