Index: content/browser/notifications/notification_event_dispatcher_impl.cc |
diff --git a/content/browser/notifications/notification_event_dispatcher_impl.cc b/content/browser/notifications/notification_event_dispatcher_impl.cc |
index 617c66b1a819d4813416e8e21136a4b9e4f3d44a..91e013bff73b67e7a9ab259bb72988b0449fb460 100644 |
--- a/content/browser/notifications/notification_event_dispatcher_impl.cc |
+++ b/content/browser/notifications/notification_event_dispatcher_impl.cc |
@@ -46,6 +46,7 @@ void NotificationClickEventFinished( |
case SERVICE_WORKER_ERROR_IPC_FAILED: |
case SERVICE_WORKER_ERROR_NETWORK: |
case SERVICE_WORKER_ERROR_SECURITY: |
+ case SERVICE_WORKER_ERROR_STATE: |
status = PERSISTENT_NOTIFICATION_STATUS_SERVICE_WORKER_ERROR; |
break; |
} |
@@ -93,6 +94,7 @@ void DispatchNotificationClickEventOnRegistration( |
case SERVICE_WORKER_ERROR_NETWORK: |
case SERVICE_WORKER_ERROR_SECURITY: |
case SERVICE_WORKER_ERROR_EVENT_WAITUNTIL_REJECTED: |
+ case SERVICE_WORKER_ERROR_STATE: |
status = PERSISTENT_NOTIFICATION_STATUS_SERVICE_WORKER_ERROR; |
break; |
case SERVICE_WORKER_OK: |