Index: content/common/push_messaging_messages.h |
diff --git a/content/common/push_messaging_messages.h b/content/common/push_messaging_messages.h |
index 75b2b68472ac80ba8a83b3296188b585a3b5c63d..eae79a2ac70d48db83215fda090ca4183739dd5e 100644 |
--- a/content/common/push_messaging_messages.h |
+++ b/content/common/push_messaging_messages.h |
@@ -15,14 +15,16 @@ |
IPC_MESSAGE_ROUTED3(PushMessagingMsg_RegisterSuccess, |
int32 /* callbacks_id */, |
GURL /* endpoint */, |
- std::string /* registration_id */) |
+ std::string /* push_registration_id */) |
IPC_MESSAGE_ROUTED1(PushMessagingMsg_RegisterError, |
int32 /* callbacks_id */) |
// Messages sent from the renderer to the browser. |
-IPC_MESSAGE_CONTROL3(PushMessagingHostMsg_Register, |
+IPC_MESSAGE_CONTROL5(PushMessagingHostMsg_Register, |
int32 /* routing_id */, |
int32 /* callbacks_id */, |
- std::string /* sender_id */) |
+ std::string /* sender_id */, |
+ GURL /* url of the registering document */, |
+ int32 /* service_worker_provider_id */) |