| Index: content/child/notifications/notification_manager.h
|
| diff --git a/content/child/notifications/notification_manager.h b/content/child/notifications/notification_manager.h
|
| index 2a71c314e601a2423c18193429096e43d0edeb06..88ad2787a720040d2a5806b25ff8af9958827893 100644
|
| --- a/content/child/notifications/notification_manager.h
|
| +++ b/content/child/notifications/notification_manager.h
|
| @@ -61,6 +61,8 @@
|
| 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);
|
|
|