Index: content/public/common/persistent_notification_status.h |
diff --git a/content/public/common/persistent_notification_status.h b/content/public/common/persistent_notification_status.h |
index f77aa0e9d076882c89d5922c45b24ba325feaa0a..b8f14094b3a5203e5c355cad5b66be397adf22ee 100644 |
--- a/content/public/common/persistent_notification_status.h |
+++ b/content/public/common/persistent_notification_status.h |
@@ -20,7 +20,11 @@ enum PersistentNotificationStatus { |
// The event has been delivered, but the developer extended the event with a |
// promise that has been rejected. |
- PERSISTENT_NOTIFICATION_STATUS_EVENT_WAITUNTIL_REJECTED |
+ PERSISTENT_NOTIFICATION_STATUS_EVENT_WAITUNTIL_REJECTED, |
+ |
+ // The event could not be delivered because the data associated with the |
+ // notification could not be read from the database. |
+ PERSISTENT_NOTIFICATION_STATUS_DATABASE_ERROR, |
}; |
} // content |