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 df567ac2336cd2d702955bbe8fcfdc64c37bb5bf..34d6cf42508cbf770e6115fe084fe547985db558 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" |
@@ -375,9 +376,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) |
Mike West
2014/12/09 11:47:30
It's not clear what aspects of this struct you're
Peter Beverloo
2014/12/09 11:51:58
It's being used in service_worker_script_context.c
|
IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_PushEvent, |
int /* request_id */, |
std::string /* data */) |