| Index: content/child/service_worker/service_worker_message_filter.h
|
| diff --git a/content/child/service_worker/service_worker_message_filter.h b/content/child/service_worker/service_worker_message_filter.h
|
| index 8581f8de588674698472ca343fb21e587f08ba91..dca7e7d92b312d2eb9480e39b0e96fde3fa3fe32 100644
|
| --- a/content/child/service_worker/service_worker_message_filter.h
|
| +++ b/content/child/service_worker/service_worker_message_filter.h
|
| @@ -49,7 +49,8 @@ class CONTENT_EXPORT ServiceWorkerMessageFilter
|
| void OnStaleSetControllerServiceWorker(
|
| int thread_id,
|
| int provider_id,
|
| - const ServiceWorkerObjectInfo& info);
|
| + const ServiceWorkerObjectInfo& info,
|
| + bool should_notify_controllerchange);
|
|
|
| scoped_refptr<base::MessageLoopProxy> main_thread_loop_proxy_;
|
| scoped_refptr<ThreadSafeSender> thread_safe_sender_;
|
|
|