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

Unified Diff: content/browser/notifications/notification_event_dispatcher_impl.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
« no previous file with comments | « chrome/browser/notifications/stub_notification_display_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/notifications/notification_event_dispatcher_impl.h
diff --git a/content/browser/notifications/notification_event_dispatcher_impl.h b/content/browser/notifications/notification_event_dispatcher_impl.h
index 3e19af681540d62fb5c82932df6306e1500f7508..1d972abaea083d0e3f7e072f3213c6db31d362d9 100644
--- a/content/browser/notifications/notification_event_dispatcher_impl.h
+++ b/content/browser/notifications/notification_event_dispatcher_impl.h
@@ -21,6 +21,8 @@ class NotificationEventDispatcherImpl : public NotificationEventDispatcher {
static NotificationEventDispatcherImpl* GetInstance();
// NotificationEventDispatcher implementation.
+
+ // TODO(miguelg) rename so it says Persistent.
void DispatchNotificationClickEvent(
BrowserContext* browser_context,
const std::string& notification_id,
« no previous file with comments | « chrome/browser/notifications/stub_notification_display_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698