| 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_;
|
|
|
|
|