Index: content/child/push_messaging/push_dispatcher.cc |
diff --git a/content/child/push_messaging/push_dispatcher.cc b/content/child/push_messaging/push_dispatcher.cc |
index 09ee1ccf43770ff49c6b7b03d738cdc131c94283..355a88b612756059141e1010b57030dfbfa48388 100644 |
--- a/content/child/push_messaging/push_dispatcher.cc |
+++ b/content/child/push_messaging/push_dispatcher.cc |
@@ -72,7 +72,9 @@ bool PushDispatcher::ShouldHandleMessage(const IPC::Message& msg) { |
return msg.type() == PushMessagingMsg_RegisterFromWorkerSuccess::ID || |
msg.type() == PushMessagingMsg_RegisterFromWorkerError::ID || |
msg.type() == PushMessagingMsg_GetPermissionStatusSuccess::ID || |
- msg.type() == PushMessagingMsg_GetPermissionStatusError::ID; |
+ msg.type() == PushMessagingMsg_GetPermissionStatusError::ID || |
+ msg.type() == PushMessagingMsg_UnregisterSuccess::ID || |
+ msg.type() == PushMessagingMsg_UnregisterError::ID; |
} |
} // namespace content |