| Index: content/common/platform_notification_messages.h
|
| diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h
|
| index e66547a555031f963c8205a6341abce9d9a9b642..1585165af7f4f141f2a00d92df302308a1bb424a 100644
|
| --- a/content/common/platform_notification_messages.h
|
| +++ b/content/common/platform_notification_messages.h
|
| @@ -27,10 +27,6 @@ IPC_MESSAGE_ROUTED2(PlatformNotificationMsg_PermissionRequestComplete,
|
| IPC_MESSAGE_CONTROL1(PlatformNotificationMsg_DidShow,
|
| int /* notification_id */)
|
|
|
| -// Informs the renderer that the notification could not be displayed.
|
| -IPC_MESSAGE_CONTROL1(PlatformNotificationMsg_DidError,
|
| - int /* notification_id */)
|
| -
|
| // Informs the renderer that the notification has been closed.
|
| IPC_MESSAGE_CONTROL1(PlatformNotificationMsg_DidClose,
|
| int /* notification_id */)
|
|
|