| Index: content/common/platform_notification_messages.h
|
| diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h
|
| index cd7f5d896f7f63d8031443965e432efaa5b438b3..7f27b8b4168279463cb5ce5f714016de3a523def 100644
|
| --- a/content/common/platform_notification_messages.h
|
| +++ b/content/common/platform_notification_messages.h
|
| @@ -14,7 +14,6 @@
|
| #include "content/public/common/notification_resources.h"
|
| #include "content/public/common/platform_notification_data.h"
|
| #include "ipc/ipc_message_macros.h"
|
| -#include "third_party/WebKit/public/platform/modules/permissions/permission_status.mojom.h"
|
|
|
| // Singly-included section for type definitions.
|
| #ifndef CONTENT_COMMON_PLATFORM_NOTIFICATION_MESSAGES_H_
|
| @@ -124,8 +123,3 @@ IPC_MESSAGE_CONTROL1(PlatformNotificationHostMsg_Close,
|
| IPC_MESSAGE_CONTROL2(PlatformNotificationHostMsg_ClosePersistent,
|
| GURL /* origin */,
|
| int64_t /* persistent_notification_id */)
|
| -
|
| -IPC_SYNC_MESSAGE_CONTROL1_1(
|
| - PlatformNotificationHostMsg_CheckPermission,
|
| - GURL /* origin */,
|
| - blink::mojom::PermissionStatus /* permission_status */)
|
|
|