| 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 2904db966223c536c86b41a849fbc18755cf747c..cce28d7d9e1ddf7fcb88e7f339cc7e09a490b691 100644
|
| --- a/content/browser/service_worker/service_worker_registration_status.cc
|
| +++ b/content/browser/service_worker/service_worker_registration_status.cc
|
| @@ -59,6 +59,7 @@ void GetServiceWorkerRegistrationStatusResponse(
|
| case SERVICE_WORKER_ERROR_EXISTS:
|
| case SERVICE_WORKER_ERROR_EVENT_WAITUNTIL_REJECTED:
|
| case SERVICE_WORKER_ERROR_STATE:
|
| + case SERVICE_WORKER_ERROR_DISK_CACHE:
|
| case SERVICE_WORKER_ERROR_MAX_VALUE:
|
| // Unexpected, or should have bailed out before calling this, or we don't
|
| // have a corresponding blink error code yet.
|
|
|