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, |