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

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: sigh, rebased 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 eda40e5eb21e4f78a78bd1bd29ee77e4c51285ba..c1985d23cb19ca17e69ae9717ddbe62dc616fc34 100644
--- a/content/child/service_worker/service_worker_dispatcher.h
+++ b/content/child/service_worker/service_worker_dispatcher.h
@@ -70,7 +70,7 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
// The asynchronous success response to RegisterServiceWorker.
void OnRegistered(int32 thread_id,
int32 request_id,
- int64 version_id);
+ int handle_id);
// The asynchronous success response to UregisterServiceWorker.
void OnUnregistered(int32 thread_id,
int32 request_id);

Powered by Google App Engine
This is Rietveld 408576698