Index: content/common/push_messaging_messages.h |
diff --git a/content/common/push_messaging_messages.h b/content/common/push_messaging_messages.h |
index 6dfacf9c90376b9f29daec29e9357bd9d6fbc7fe..d23d0794f2a63c7abfa38955183a4977ffdb3afd 100644 |
--- a/content/common/push_messaging_messages.h |
+++ b/content/common/push_messaging_messages.h |
@@ -55,6 +55,10 @@ IPC_MESSAGE_ROUTED1(PushMessagingMsg_PermissionStatusFailure, |
IPC_MESSAGE_CONTROL1(PushMessagingMsg_GetPermissionStatusError, |
int32 /* request_id */) |
+IPC_MESSAGE_CONTROL2(PushMessagingMsg_UnregisterResponse, |
+ int32 /* request_id */, |
+ bool /* unregistered */) |
+ |
// Messages sent from the child process to the browser. |
// TODO(mvanouwerkerk): Delete this when it is no longer used. |
@@ -85,3 +89,7 @@ IPC_MESSAGE_CONTROL3(PushMessagingHostMsg_PermissionStatus, |
IPC_MESSAGE_CONTROL2(PushMessagingHostMsg_GetPermissionStatus, |
int32 /* request_id */, |
int64 /* service_worker_registration_id */) |
+ |
+IPC_MESSAGE_CONTROL2(PushMessagingHostMsg_Unregister, |
+ int32 /* request_id */, |
+ int64 /* service_worker_registration_id */) |