| 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 c8987b7983fa0de649c6a802a4ed57190e1fcef1..919499b47dc451c27e878b1433ec4de87906701a 100644
|
| --- a/content/browser/notifications/notification_message_filter.h
|
| +++ b/content/browser/notifications/notification_message_filter.h
|
| @@ -53,9 +53,6 @@ class NotificationMessageFilter : public BrowserMessageFilter {
|
| 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,
|
|
|