Index: content/browser/service_worker/service_worker_registration_status.cc |
diff --git a/content/browser/service_worker/service_worker_registration_status.cc b/content/browser/service_worker/service_worker_registration_status.cc |
index 548ec5f3f4560b2bea0a8e147e78cd291ca0d097..84f293ed63ded17874d9bcc8b36d4989bffb15ee 100644 |
--- a/content/browser/service_worker/service_worker_registration_status.cc |
+++ b/content/browser/service_worker/service_worker_registration_status.cc |
@@ -53,6 +53,7 @@ void GetServiceWorkerRegistrationStatusResponse( |
case SERVICE_WORKER_ERROR_PROCESS_NOT_FOUND: |
case SERVICE_WORKER_ERROR_EXISTS: |
case SERVICE_WORKER_ERROR_EVENT_WAITUNTIL_REJECTED: |
+ case SERVICE_WORKER_ERROR_STATE: |
// Unexpected, or should have bailed out before calling this, or we don't |
// have a corresponding blink error code yet. |
break; // Fall through to NOTREACHED(). |