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 f17f2744187df58e9fe34e4b60d274ab0e5c614c..ee5ea906676044dc2288c9bd3aa996d29d435f74 100644 |
--- a/content/browser/service_worker/service_worker_registration_status.cc |
+++ b/content/browser/service_worker/service_worker_registration_status.cc |
@@ -40,7 +40,6 @@ void GetServiceWorkerRegistrationStatusResponse( |
case SERVICE_WORKER_ERROR_FAILED: |
case SERVICE_WORKER_ERROR_PROCESS_NOT_FOUND: |
case SERVICE_WORKER_ERROR_EXISTS: |
- case SERVICE_WORKER_ERROR_DB_CORRUPTED: |
// 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(). |