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

Unified Diff: content/child/service_worker/service_worker_dispatcher.h

Issue 224733014: Introduce ServiceWorkerHandle for tracking WebServiceWorkerImpl reference (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/child/service_worker/service_worker_dispatcher.h
diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
index 8c1c71f1e6b84aff8298c27ea24974ccacd90c3f..7595d88185ed104e883d6fcced063a70534860f4 100644
--- a/content/child/service_worker/service_worker_dispatcher.h
+++ b/content/child/service_worker/service_worker_dispatcher.h
@@ -72,7 +72,7 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
// The asynchronous success response to RegisterServiceWorker.
void OnRegistered(int thread_id,
int request_id,
- int64 registration_id,
+ int handle_id,
michaeln 2014/04/08 01:21:41 do we need version id on the client side anymore?
kinuko 2014/04/08 08:43:31 Done.
int64 version_id);
// The asynchronous success response to UregisterServiceWorker.
void OnUnregistered(int thread_id,

Powered by Google App Engine
This is Rietveld 408576698