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

Unified Diff: content/child/notifications/notification_manager.h

Issue 681783004: Implement the PageNotificationDelegate for the new Web Notification path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/Ids/ids/ Created 6 years, 2 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/child/notifications/notification_manager.h
diff --git a/content/child/notifications/notification_manager.h b/content/child/notifications/notification_manager.h
index dc8147f0fa6567765aa200daa6af30c17ed4d7e4..a4fe28ff72650dbc60866e54a6bfdff746c0706e 100644
--- a/content/child/notifications/notification_manager.h
+++ b/content/child/notifications/notification_manager.h
@@ -50,6 +50,12 @@ class NotificationManager : public blink::WebNotificationManager,
ThreadSafeSender* thread_safe_sender,
NotificationDispatcher* notification_dispatcher);
+ // IPC message handlers.
+ void OnShow(int id);
+ void OnError(int id);
+ void OnClose(int id);
+ void OnClick(int id);
+
scoped_refptr<ThreadSafeSender> thread_safe_sender_;
scoped_refptr<NotificationDispatcher> notification_dispatcher_;
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/notifications/notification_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698