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 5ad6e35ace5f236a3679b5fd3ec0967a85290377..3f1deff722e9e858712358efb7ba5b60ffc5e5c0 100644 |
--- a/content/child/service_worker/service_worker_dispatcher.h |
+++ b/content/child/service_worker/service_worker_dispatcher.h |
@@ -151,6 +151,11 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer { |
// WorkerTaskRunner::Observer implementation. |
void OnWorkerRunLoopStopped() override; |
+ void OnAssociateRegistrationWithServiceWorker( |
+ int thread_id, |
+ int provider_id, |
+ const ServiceWorkerRegistrationObjectInfo& info, |
+ const ServiceWorkerVersionAttributes& attrs); |
void OnAssociateRegistration(int thread_id, |
int provider_id, |
const ServiceWorkerRegistrationObjectInfo& info, |