| Index: content/child/notifications/notification_manager.h
|
| diff --git a/content/child/notifications/notification_manager.h b/content/child/notifications/notification_manager.h
|
| index 7c4356374811bab5501b1bf4606440d4b2dbeb62..1fb44ba3a6f2a900f7b78540550b0528ca01c484 100644
|
| --- a/content/child/notifications/notification_manager.h
|
| +++ b/content/child/notifications/notification_manager.h
|
| @@ -69,7 +69,6 @@ class NotificationManager : public blink::WebNotificationManager,
|
| NotificationDispatcher* notification_dispatcher);
|
|
|
| // IPC message handlers.
|
| - void OnDidShowPersistent(int request_id);
|
| void OnDidShow(int notification_id);
|
| void OnDidClose(int notification_id);
|
| void OnDidClick(int notification_id);
|
|
|