| 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 d6fdeb9bb7d274bbc29224a86042db09b796f9a5..a1a93164e6a5a30986312ed8537892f6ad88d8ec 100644
|
| --- a/content/child/service_worker/service_worker_message_filter.h
|
| +++ b/content/child/service_worker/service_worker_message_filter.h
|
| @@ -33,11 +33,11 @@ class CONTENT_EXPORT ServiceWorkerMessageFilter
|
| void OnStaleMessageReceived(const IPC::Message& msg) override;
|
|
|
| // Message handlers for stale messages.
|
| - void OnStaleRegistered(
|
| - int thread_id,
|
| - int request_id,
|
| - const ServiceWorkerRegistrationObjectInfo& info,
|
| - const ServiceWorkerVersionAttributes& attrs);
|
| + void OnStaleRegistered(int thread_id,
|
| + int request_id,
|
| + int provider_id,
|
| + const ServiceWorkerRegistrationObjectInfo& info,
|
| + const ServiceWorkerVersionAttributes& attrs);
|
| void OnStaleSetVersionAttributes(
|
| int thread_id,
|
| int provider_id,
|
|
|