Chromium Code Reviews| 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) { |
|
dcheng
2014/12/04 00:17:09
Why is this bool unused?
xiang
2014/12/04 07:51:37
This method is to handle stale message from browse
|
| SendServiceWorkerObjectDestroyed(thread_safe_sender_.get(), info.handle_id); |
| } |