| Index: content/browser/service_worker/service_worker_process_manager.h
|
| diff --git a/content/browser/service_worker/service_worker_process_manager.h b/content/browser/service_worker/service_worker_process_manager.h
|
| index 7a17f561127e7f5b017229ed32fb082c7fd157fe..f1eda77c12aa60c2b36558e30bc14ba1ea8f393a 100644
|
| --- a/content/browser/service_worker/service_worker_process_manager.h
|
| +++ b/content/browser/service_worker/service_worker_process_manager.h
|
| @@ -42,7 +42,7 @@ class CONTENT_EXPORT ServiceWorkerProcessManager {
|
| // Worker at |script_url|. Posts |callback| to the IO thread to indicate
|
| // whether creation succeeded and the process ID that has a new reference.
|
| //
|
| - // Allocation can fail with SERVICE_WORKER_ERROR_START_WORKER_FAILED if
|
| + // Allocation can fail with SERVICE_WORKER_PROCESS_NOT_FOUND if
|
| // RenderProcessHost::Init fails.
|
| void AllocateWorkerProcess(
|
| int embedded_worker_id,
|
|
|