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 2fb5a41e9b7f7d6612aaf77cc64bc603b6a688b5..50faee73d6201c5f573a079389c86b35c9e74ee6 100644 |
--- a/content/common/service_worker/service_worker_messages.h |
+++ b/content/common/service_worker/service_worker_messages.h |
@@ -10,6 +10,7 @@ |
#include "base/strings/string16.h" |
#include "content/common/service_worker/service_worker_status_code.h" |
#include "content/common/service_worker/service_worker_types.h" |
+#include "content/public/common/show_desktop_notification_params.h" |
#include "ipc/ipc_message_macros.h" |
#include "ipc/ipc_param_traits.h" |
#include "third_party/WebKit/public/platform/WebCircularGeofencingRegion.h" |
@@ -369,9 +370,10 @@ IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_FetchEvent, |
content::ServiceWorkerFetchRequest) |
IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_SyncEvent, |
int /* request_id */) |
-IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_NotificationClickEvent, |
+IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_NotificationClickEvent, |
int /* request_id */, |
- std::string /* notification_id */) |
+ std::string /* notification_id */, |
+ content::ShowDesktopNotificationHostMsgParams) |
IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_PushEvent, |
int /* request_id */, |
std::string /* data */) |