Index: content/common/service_worker/service_worker_messages.h |
diff --git a/content/common/service_worker/service_worker_messages.h b/content/common/service_worker/service_worker_messages.h |
index 8ba0e58e7f0164b5ef727990a8a32f726e0675ff..d044ff46d5964f17d3be53d2fa4bd6cd58da4f7d 100644 |
--- a/content/common/service_worker/service_worker_messages.h |
+++ b/content/common/service_worker/service_worker_messages.h |
@@ -237,6 +237,8 @@ IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_FetchEventFinished, |
content::ServiceWorkerResponse) |
IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_NotificationClickEventFinished, |
int /* request_id */) |
+IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_NotificationCloseEventFinished, |
+ int /* request_id */) |
IPC_MESSAGE_ROUTED2(ServiceWorkerHostMsg_PushEventFinished, |
int /* request_id */, |
blink::WebServiceWorkerEventResult) |
@@ -442,6 +444,10 @@ IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_NotificationClickEvent, |
int64_t /* persistent_notification_id */, |
content::PlatformNotificationData /* notification_data */, |
int /* action_index */) |
+IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_NotificationCloseEvent, |
+ int /* request_id */, |
+ int64_t /* persistent_notification_id */, |
+ content::PlatformNotificationData /* notification_data */) |
IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_PushEvent, |
int /* request_id */, |
std::string /* data */) |