| 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 7d41454f4adab012710e26305a44a4d697bb03e5..a4fac5c65873a9c9afe96c3b0e8b6fa92fe493b0 100644
|
| --- a/content/browser/service_worker/service_worker_registration.cc
|
| +++ b/content/browser/service_worker/service_worker_registration.cc
|
| @@ -266,7 +266,6 @@ void ServiceWorkerRegistration::ActivateWaitingVersion() {
|
| // "activating" as arguments."
|
| activating_version->SetStatus(ServiceWorkerVersion::ACTIVATING);
|
| // "9. Fire a simple event named controllerchange..."
|
| - // Notify associated provider hosts to change the controller.
|
| if (activating_version->skip_waiting())
|
| FOR_EACH_OBSERVER(Listener, listeners_, OnSkippedWaiting(this));
|
|
|
|
|