| 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 40a67bca280f4f91c3056b2fe3bddb32e2b6c61c..dfe0ad7ab0666ff7db68ad439eb5f0ae980d3fc4 100644
|
| --- a/content/child/service_worker/service_worker_message_filter.h
|
| +++ b/content/child/service_worker/service_worker_message_filter.h
|
| @@ -38,13 +38,14 @@ class CONTENT_EXPORT ServiceWorkerMessageFilter
|
| void OnStaleRegistered(
|
| int thread_id,
|
| int request_id,
|
| - const ServiceWorkerRegistrationObjectInfo& info);
|
| + const ServiceWorkerRegistrationObjectInfo& info,
|
| + const ServiceWorkerVersionAttributes& attrs);
|
| void OnStaleSetVersionAttributes(
|
| int thread_id,
|
| int provider_id,
|
| int registration_handle_id,
|
| int changed_mask,
|
| - const ServiceWorkerVersionAttributes& attributes);
|
| + const ServiceWorkerVersionAttributes& attrs);
|
| void OnStaleSetControllerServiceWorker(
|
| int thread_id,
|
| int provider_id,
|
|
|