| Index: content/child/push_messaging/push_provider.cc
|
| diff --git a/content/child/push_messaging/push_provider.cc b/content/child/push_messaging/push_provider.cc
|
| index 2f8bc2ef1c436734931ab949fd4f570762adfb83..d1f349ab246c5185aaa25c01321c3b2006cef877 100644
|
| --- a/content/child/push_messaging/push_provider.cc
|
| +++ b/content/child/push_messaging/push_provider.cc
|
| @@ -45,6 +45,9 @@ const blink::WebPushError PushRegistrationStatusToWebPushError(
|
| case PUSH_REGISTRATION_STATUS_PERMISSION_DENIED:
|
| error_type = blink::WebPushError::ErrorTypeNotAllowed;
|
| break;
|
| + case PUSH_REGISTRATION_STATUS_SENDER_ID_MISMATCH:
|
| + error_type = blink::WebPushError::ErrorTypeInvalidState;
|
| + break;
|
| case PUSH_REGISTRATION_STATUS_SUCCESS_FROM_PUSH_SERVICE:
|
| case PUSH_REGISTRATION_STATUS_NO_SERVICE_WORKER:
|
| case PUSH_REGISTRATION_STATUS_SERVICE_NOT_AVAILABLE:
|
|
|