| Index: content/browser/service_worker/service_worker_dispatcher_host.cc
|
| diff --git a/content/browser/service_worker/service_worker_dispatcher_host.cc b/content/browser/service_worker/service_worker_dispatcher_host.cc
|
| index aa954ee1dd0f34a158417c8675def8e9efc585cb..a747d667512366e6fb2fc64a51f935ed52487c68 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.cc
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.cc
|
| @@ -637,7 +637,7 @@ void ServiceWorkerDispatcherHost::RegistrationComplete(
|
| provider_host->AsWeakPtr(), registration, &info, &attrs);
|
|
|
| Send(new ServiceWorkerMsg_ServiceWorkerRegistered(
|
| - thread_id, request_id, info, attrs));
|
| + thread_id, request_id, provider_id, info, attrs));
|
| TRACE_EVENT_ASYNC_END1("ServiceWorker",
|
| "ServiceWorkerDispatcherHost::RegisterServiceWorker",
|
| request_id,
|
| @@ -884,7 +884,7 @@ void ServiceWorkerDispatcherHost::GetRegistrationComplete(
|
| }
|
|
|
| Send(new ServiceWorkerMsg_DidGetRegistration(
|
| - thread_id, request_id, info, attrs));
|
| + thread_id, request_id, provider_id, info, attrs));
|
| }
|
|
|
| void ServiceWorkerDispatcherHost::SendRegistrationError(
|
|
|