summaryrefslogtreecommitdiffstats
path: root/content/public/common/push_messaging_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/common/push_messaging_status.h')
-rw-r--r--content/public/common/push_messaging_status.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/content/public/common/push_messaging_status.h b/content/public/common/push_messaging_status.h
index 6ac9d96..22351ca 100644
--- a/content/public/common/push_messaging_status.h
+++ b/content/public/common/push_messaging_status.h
@@ -51,14 +51,10 @@ enum PushDeliveryStatus {
// The message could not be delivered because of a service worker error.
PUSH_DELIVERY_STATUS_SERVICE_WORKER_ERROR,
- // The message was delivered, but the Service Worker passed a Promise to
- // event.waitUntil that got rejected.
- PUSH_DELIVERY_STATUS_EVENT_WAITUNTIL_REJECTED,
-
// When making changes, update PUSH_DELIVERY_STATUS_LAST below.
// Used for IPC message range checks.
- PUSH_DELIVERY_STATUS_LAST = PUSH_DELIVERY_STATUS_EVENT_WAITUNTIL_REJECTED
+ PUSH_DELIVERY_STATUS_LAST = PUSH_DELIVERY_STATUS_SERVICE_WORKER_ERROR
};
const char* PushRegistrationStatusToString(PushRegistrationStatus status);