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

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

Issue 142973003: Have a central operation status code for ServiceWorker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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_job_coordinator.h
diff --git a/content/browser/service_worker/service_worker_job_coordinator.h b/content/browser/service_worker/service_worker_job_coordinator.h
index 5bb8e24c045863aecad8cdfa418b16fec8cbff9c..d590f0fcc2d553fa5e819a5f0d3e4c8cb334b89b 100644
--- a/content/browser/service_worker/service_worker_job_coordinator.h
+++ b/content/browser/service_worker/service_worker_job_coordinator.h
@@ -61,7 +61,7 @@ class CONTENT_EXPORT ServiceWorkerJobCoordinator {
// Called at ServiceWorkerRegisterJob completion.
void UnregisterComplete(
const ServiceWorkerRegisterJob::UnregistrationCallback& callback,
- ServiceWorkerRegistrationStatus status,
+ ServiceWorkerStatusCode status,
const scoped_refptr<ServiceWorkerRegistration>& registration);
// The ServiceWorkerStorage object should always outlive this

Powered by Google App Engine
This is Rietveld 408576698