| Index: content/child/service_worker/service_worker_message_filter.cc
|
| diff --git a/content/child/service_worker/service_worker_message_filter.cc b/content/child/service_worker/service_worker_message_filter.cc
|
| index 72cf320084a61f53dc3d060b001f7dc08d7f3feb..9b3cd56918423596ee321337f14294bf640f53f2 100644
|
| --- a/content/child/service_worker/service_worker_message_filter.cc
|
| +++ b/content/child/service_worker/service_worker_message_filter.cc
|
| @@ -111,7 +111,8 @@ void ServiceWorkerMessageFilter::OnStaleSetVersionAttributes(
|
| void ServiceWorkerMessageFilter::OnStaleSetControllerServiceWorker(
|
| int thread_id,
|
| int provider_id,
|
| - const ServiceWorkerObjectInfo& info) {
|
| + const ServiceWorkerObjectInfo& info,
|
| + bool should_notify_controllerchange) {
|
| SendServiceWorkerObjectDestroyed(thread_safe_sender_.get(), info.handle_id);
|
| }
|
|
|
|
|