| 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..a807104fbd687e72335d2b526ce0e4023af52606 100644
|
| --- a/content/child/push_messaging/push_dispatcher.cc
|
| +++ b/content/child/push_messaging/push_dispatcher.cc
|
| @@ -72,7 +72,8 @@ 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_UnregisterResponse::ID;
|
| }
|
|
|
| } // namespace content
|
|
|