| 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 d36d8b4e2597ee300b9eacab53651bdaab30296f..573e68e5ba89f82ea973097d76ea2de5fcc3125c 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.h
|
| +++ b/content/child/service_worker/service_worker_dispatcher.h
|
| @@ -126,6 +126,9 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
|
| void OnSetWaitingServiceWorker(int thread_id,
|
| int provider_id,
|
| const ServiceWorkerObjectInfo& info);
|
| + void OnSetActiveServiceWorker(int thread_id,
|
| + int provider_id,
|
| + const ServiceWorkerObjectInfo& info);
|
| void OnSetControllerServiceWorker(int thread_id,
|
| int provider_id,
|
| const ServiceWorkerObjectInfo& info);
|
|
|