| Index: content/browser/service_worker/service_worker_registration.cc
|
| diff --git a/content/browser/service_worker/service_worker_registration.cc b/content/browser/service_worker/service_worker_registration.cc
|
| index e993a274a2816dfc882b1fd09fc7ea64e1fccc73..de9f481de5c81e77c1c9c4bee30e6a7eed0ab293 100644
|
| --- a/content/browser/service_worker/service_worker_registration.cc
|
| +++ b/content/browser/service_worker/service_worker_registration.cc
|
| @@ -358,7 +358,7 @@ void ServiceWorkerRegistration::DeleteVersion(
|
| !it->IsAtEnd(); it->Advance()) {
|
| ServiceWorkerProviderHost* host = it->GetProviderHost();
|
| if (host->controlling_version() == version)
|
| - host->NotifyControllerLost(true /* was_deleted */);
|
| + host->NotifyControllerLost();
|
| }
|
|
|
| version->Doom();
|
|
|