| 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 3f1deff722e9e858712358efb7ba5b60ffc5e5c0..bae325e1ed78361535a354cfb4a33baaa70721a1 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.h
|
| +++ b/content/child/service_worker/service_worker_dispatcher.h
|
| @@ -117,6 +117,7 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
|
| // ServiceWorkerRegistrationHandleReference will be adopted for the
|
| // registration.
|
| WebServiceWorkerRegistrationImpl* CreateServiceWorkerRegistration(
|
| + int provider_id,
|
| const ServiceWorkerRegistrationObjectInfo& info,
|
| bool adopt_handle);
|
|
|
| @@ -164,6 +165,7 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
|
| int provider_id);
|
| void OnRegistered(int thread_id,
|
| int request_id,
|
| + int provider_id,
|
| const ServiceWorkerRegistrationObjectInfo& info,
|
| const ServiceWorkerVersionAttributes& attrs);
|
| void OnUnregistered(int thread_id,
|
| @@ -171,6 +173,7 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
|
| bool is_success);
|
| void OnDidGetRegistration(int thread_id,
|
| int request_id,
|
| + int provider_id,
|
| const ServiceWorkerRegistrationObjectInfo& info,
|
| const ServiceWorkerVersionAttributes& attrs);
|
| void OnRegistrationError(int thread_id,
|
| @@ -226,6 +229,7 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
|
| int registration_handle_id);
|
|
|
| WebServiceWorkerRegistrationImpl* FindOrCreateRegistration(
|
| + int provider_id,
|
| const ServiceWorkerRegistrationObjectInfo& info,
|
| const ServiceWorkerVersionAttributes& attrs);
|
|
|
|
|