| Index: content/child/service_worker/service_worker_message_filter.h
|
| diff --git a/content/child/service_worker/service_worker_message_filter.h b/content/child/service_worker/service_worker_message_filter.h
|
| index 98d5792c801cb235203a3636db30b866b191faae..d1e59faae1e2aa8068b2757b084231f037c465a1 100644
|
| --- a/content/child/service_worker/service_worker_message_filter.h
|
| +++ b/content/child/service_worker/service_worker_message_filter.h
|
| @@ -37,10 +37,12 @@ class CONTENT_EXPORT ServiceWorkerMessageFilter
|
| void OnStaleRegistered(
|
| int thread_id,
|
| int request_id,
|
| + int registration_handle_id,
|
| const ServiceWorkerObjectInfo& info);
|
| void OnStaleSetVersionAttributes(
|
| int thread_id,
|
| int provider_id,
|
| + int registration_handle_id,
|
| int changed_mask,
|
| const ServiceWorkerVersionAttributes& attributes);
|
| void OnStaleSetControllerServiceWorker(
|
|
|