| Index: content/common/platform_notification_messages.h
|
| diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h
|
| index a0d63908136fb8d89045c5bbd295886474e105a9..96358e838a6b3591a6e93370595a98e1a89bde8e 100644
|
| --- a/content/common/platform_notification_messages.h
|
| +++ b/content/common/platform_notification_messages.h
|
| @@ -30,11 +30,6 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| // Messages sent from the browser to the renderer.
|
|
|
| -// Informs the renderer that the browser has displayed the persistent
|
| -// notification.
|
| -IPC_MESSAGE_CONTROL1(PlatformNotificationMsg_DidShowPersistent,
|
| - int /* request_id */)
|
| -
|
| // Informs the renderer that the browser has displayed the notification.
|
| IPC_MESSAGE_CONTROL1(PlatformNotificationMsg_DidShow,
|
| int /* notification_id */)
|
| @@ -55,8 +50,7 @@ IPC_MESSAGE_CONTROL4(PlatformNotificationHostMsg_Show,
|
| SkBitmap /* icon */,
|
| content::PlatformNotificationData /* notification_data */)
|
|
|
| -IPC_MESSAGE_CONTROL5(PlatformNotificationHostMsg_ShowPersistent,
|
| - int /* request_id */,
|
| +IPC_MESSAGE_CONTROL4(PlatformNotificationHostMsg_ShowPersistent,
|
| int64 /* service_worker_provider_id */,
|
| GURL /* origin */,
|
| SkBitmap /* icon */,
|
|
|