| Index: content/common/platform_notification_messages.h
|
| diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h
|
| index 525b2b34e324bfb00fe7dfe311d11057920b14e9..98ff13868ab3b5b5036b67eb507fff547eb4d3c4 100644
|
| --- a/content/common/platform_notification_messages.h
|
| +++ b/content/common/platform_notification_messages.h
|
| @@ -100,7 +100,7 @@ IPC_MESSAGE_CONTROL2(PlatformNotificationMsg_DidGetNotifications,
|
|
|
| IPC_MESSAGE_CONTROL4(
|
| PlatformNotificationHostMsg_Show,
|
| - int /* notification_id */,
|
| + int /* non_persistent_notification_id */,
|
| GURL /* origin */,
|
| content::PlatformNotificationData /* notification_data */,
|
| content::NotificationResources /* notification_resources */)
|
| @@ -119,9 +119,12 @@ IPC_MESSAGE_CONTROL4(PlatformNotificationHostMsg_GetNotifications,
|
| GURL /* origin */,
|
| std::string /* filter_tag */)
|
|
|
| -IPC_MESSAGE_CONTROL1(PlatformNotificationHostMsg_Close,
|
| - int /* notification_id */)
|
| +IPC_MESSAGE_CONTROL3(PlatformNotificationHostMsg_Close,
|
| + GURL /* origin */,
|
| + std::string /* tag */,
|
| + int /* non_persistent_notification_id */)
|
|
|
| -IPC_MESSAGE_CONTROL2(PlatformNotificationHostMsg_ClosePersistent,
|
| +IPC_MESSAGE_CONTROL3(PlatformNotificationHostMsg_ClosePersistent,
|
| GURL /* origin */,
|
| + std::string /* tag */,
|
| int64_t /* persistent_notification_id */)
|
|
|