Chromium Code Reviews| Index: content/browser/service_worker/service_worker_unregister_job.cc |
| diff --git a/content/browser/service_worker/service_worker_unregister_job.cc b/content/browser/service_worker/service_worker_unregister_job.cc |
| index f60a3b99d3d6cd48880d515b7cde73baf5a77034..7cfad3e1c9b95be06bafc53c6edf6281f1550bdd 100644 |
| --- a/content/browser/service_worker/service_worker_unregister_job.cc |
| +++ b/content/browser/service_worker/service_worker_unregister_job.cc |
| @@ -71,11 +71,6 @@ void ServiceWorkerUnregisterJob::DeleteRegistration( |
| // TODO(nhiroki): When we've implemented the installing version, terminate and |
| // set it to redundant here as per spec. |
| - if (registration->waiting_version()) { |
| - registration->waiting_version()->SetStatus( |
| - ServiceWorkerVersion::REDUNDANT); |
|
michaeln
2014/07/10 00:55:23
i think we have to Doom the active version if ther
falken
2014/07/10 14:05:12
I thought this would work because when an updated
|
| - } |
| - |
| context_->storage()->DeleteRegistration( |
| registration->id(), |
| registration->script_url().GetOrigin(), |