| Index: content/common/service_worker/service_worker_status_code.h
 | 
| diff --git a/content/common/service_worker/service_worker_status_code.h b/content/common/service_worker/service_worker_status_code.h
 | 
| index 4dbd4117b5f132dd8e32eed24a7975d775d771de..4002ce55b0004a30b7edb953237b6afe98848809 100644
 | 
| --- a/content/common/service_worker/service_worker_status_code.h
 | 
| +++ b/content/common/service_worker/service_worker_status_code.h
 | 
| @@ -32,6 +32,10 @@ enum ServiceWorkerStatusCode {
 | 
|  
 | 
|    // Activate event handling failed.
 | 
|    SERVICE_WORKER_ERROR_ACTIVATE_WORKER_FAILED,
 | 
| +
 | 
| +  // Sending an IPC to the worker failed (often due to child process is
 | 
| +  // terminated).
 | 
| +  SERVICE_WORKER_ERROR_IPC_FAILED,
 | 
|  };
 | 
|  
 | 
|  CONTENT_EXPORT const char* ServiceWorkerStatusToString(
 | 
| 
 |