| Index: content/child/service_worker/service_worker_dispatcher.h
|
| diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
|
| index 2d01452fa6952bafa18493154c2faf94ee3b5127..40eb8c36306104cafcccd4e1722821bf3d4d7763 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.h
|
| +++ b/content/child/service_worker/service_worker_dispatcher.h
|
| @@ -191,7 +191,8 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
|
| const ServiceWorkerRegistrationObjectInfo& info);
|
| void OnSetControllerServiceWorker(int thread_id,
|
| int provider_id,
|
| - const ServiceWorkerObjectInfo& info);
|
| + const ServiceWorkerObjectInfo& info,
|
| + bool should_notify_controllerchange);
|
| void OnPostMessage(int thread_id,
|
| int provider_id,
|
| const base::string16& message,
|
|
|