Index: content/common/push_messaging_messages.h |
diff --git a/content/common/push_messaging_messages.h b/content/common/push_messaging_messages.h |
index 73c11fe08b5fa5ec8c1c66925eb206a2c8ea3664..dcf48b1b0d36590abf79f2e82e50529b2ab09f3c 100644 |
--- a/content/common/push_messaging_messages.h |
+++ b/content/common/push_messaging_messages.h |
@@ -71,8 +71,9 @@ IPC_MESSAGE_CONTROL2(PushMessagingMsg_GetPermissionStatusSuccess, |
int32_t /* request_id */, |
blink::WebPushPermissionStatus /* status */) |
-IPC_MESSAGE_CONTROL1(PushMessagingMsg_GetPermissionStatusError, |
- int32_t /* request_id */) |
+IPC_MESSAGE_CONTROL2(PushMessagingMsg_GetPermissionStatusError, |
+ int32_t /* request_id */, |
+ blink::WebPushError::ErrorType /* error_type */) |
// Messages sent from the child process to the browser. |