Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(876)

Unified Diff: content/browser/service_worker/service_worker_process_manager.h

Issue 1063823005: Service Worker: Use more specific errors when StartWorker fails (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update histograms.xml Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698