| Index: content/public/common/push_messaging_status.cc
|
| diff --git a/content/public/common/push_messaging_status.cc b/content/public/common/push_messaging_status.cc
|
| index 09a56f4be8645bb88ca4732f5964fb464166ad49..e0080d569d48ebd5ba35643a724615d9978c827c 100644
|
| --- a/content/public/common/push_messaging_status.cc
|
| +++ b/content/public/common/push_messaging_status.cc
|
| @@ -52,6 +52,10 @@ const char* PushRegistrationStatusToString(PushRegistrationStatus status) {
|
| case PUSH_REGISTRATION_STATUS_MANIFEST_EMPTY_OR_MISSING:
|
| return "Registration failed - missing applicationServerKey, and manifest "
|
| "empty or missing";
|
| +
|
| + case PUSH_REGISTRATION_STATUS_SENDER_ID_MISMATCH:
|
| + return "Registration failed - A subscription with a different sender ID "
|
| + "already exists";
|
| }
|
| NOTREACHED();
|
| return "";
|
|
|