| Index: content/child/notifications/notification_manager.h
|
| diff --git a/content/child/notifications/notification_manager.h b/content/child/notifications/notification_manager.h
|
| index 88ad2787a720040d2a5806b25ff8af9958827893..2a71c314e601a2423c18193429096e43d0edeb06 100644
|
| --- a/content/child/notifications/notification_manager.h
|
| +++ b/content/child/notifications/notification_manager.h
|
| @@ -61,8 +61,6 @@ class NotificationManager : public blink::WebNotificationManager,
|
| int64_t persistent_notification_id) override;
|
| void notifyDelegateDestroyed(
|
| blink::WebNotificationDelegate* delegate) override;
|
| - blink::mojom::blink::PermissionStatus checkPermission(
|
| - const blink::WebSecurityOrigin& origin) override;
|
|
|
| // Called by the NotificationDispatcher.
|
| bool OnMessageReceived(const IPC::Message& message);
|
|
|