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

Unified Diff: chrome/browser/notifications/non_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/non_persistent_notification_handler.h
diff --git a/chrome/browser/notifications/non_persistent_notification_handler.h b/chrome/browser/notifications/non_persistent_notification_handler.h
index 77ce8820cf4a4e0ea4bfdcd772fe67c6c851c63a..88d303e5ae31ec08f8f112edba1b2556afbbbf76 100644
--- a/chrome/browser/notifications/non_persistent_notification_handler.h
+++ b/chrome/browser/notifications/non_persistent_notification_handler.h
@@ -15,6 +15,7 @@ class NonPersistentNotificationHandler : public NotificationHandler {
~NonPersistentNotificationHandler() 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