| 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 eafc9d0f03ffbf35c42c3cb70de12775b3b969f8..84ea38749333a5aac8db2e6e7981496d15bc76ed 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.h
|
| +++ b/content/child/service_worker/service_worker_dispatcher.h
|
| @@ -120,6 +120,9 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
|
| void OnServiceWorkerStateChanged(int thread_id,
|
| int handle_id,
|
| blink::WebServiceWorkerState state);
|
| + void OnSetWaitingServiceWorker(int thread_id,
|
| + int provider_id,
|
| + const ServiceWorkerObjectInfo& info);
|
| void OnSetCurrentServiceWorker(int thread_id,
|
| int provider_id,
|
| const ServiceWorkerObjectInfo& info);
|
|
|