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 3f136c28730f3f42b7056c24f46d830243b681cb..8e6b4d2b306ca3bc0fe8d1516ffa079ffc25d774 100644 |
--- a/content/child/service_worker/service_worker_dispatcher.h |
+++ b/content/child/service_worker/service_worker_dispatcher.h |
@@ -127,6 +127,11 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer { |
// WorkerTaskRunner::Observer implementation. |
virtual void OnWorkerRunLoopStopped() OVERRIDE; |
+ void OnAssociateRegistration(int thread_id, |
+ int provider_id, |
+ const ServiceWorkerRegistrationObjectInfo& info); |
+ void OnUnassociateRegistration(int thread_id, |
+ int provider_id); |
void OnRegistered(int thread_id, |
int request_id, |
const ServiceWorkerRegistrationObjectInfo& info, |