| Index: content/browser/notifications/notification_message_filter.h
|
| diff --git a/content/browser/notifications/notification_message_filter.h b/content/browser/notifications/notification_message_filter.h
|
| index 919499b47dc451c27e878b1433ec4de87906701a..c8987b7983fa0de649c6a802a4ed57190e1fcef1 100644
|
| --- a/content/browser/notifications/notification_message_filter.h
|
| +++ b/content/browser/notifications/notification_message_filter.h
|
| @@ -53,6 +53,9 @@
|
| friend class base::DeleteHelper<NotificationMessageFilter>;
|
| friend class BrowserThread;
|
|
|
| + void OnCheckNotificationPermission(
|
| + const GURL& origin,
|
| + blink::mojom::PermissionStatus* permission_status);
|
| void OnShowPlatformNotification(
|
| int notification_id,
|
| const GURL& origin,
|
|
|