| Index: content/child/notifications/notification_manager.h
|
| diff --git a/content/child/notifications/notification_manager.h b/content/child/notifications/notification_manager.h
|
| index 34b9b80ec7e17fcbaef41afdf82c8a6948b94049..0367d0e9d0206c1f9daaf7647dd787dbee255898 100644
|
| --- a/content/child/notifications/notification_manager.h
|
| +++ b/content/child/notifications/notification_manager.h
|
| @@ -63,7 +63,6 @@ class NotificationManager : public blink::WebNotificationManager,
|
| blink::WebNotificationDelegate* delegate) override;
|
| blink::WebNotificationPermission checkPermission(
|
| const blink::WebSecurityOrigin& origin) override;
|
| - size_t maxActions() override;
|
|
|
| // Called by the NotificationDispatcher.
|
| bool OnMessageReceived(const IPC::Message& message);
|
|
|