| Index: content/browser/service_worker/service_worker_dispatcher_host.h
|
| diff --git a/content/browser/service_worker/service_worker_dispatcher_host.h b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| index 61126f9c3a860b6e1adec999a51bb9178df9937b..d66593ed43638a1eee85d0a3fe93a693b08396ad 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -117,6 +117,7 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| const base::string16& message,
|
| const std::vector<int>& sent_message_port_ids);
|
| void OnServiceWorkerObjectDestroyed(int handle_id);
|
| + void OnTerminateWorker(int handle_id);
|
|
|
| ServiceWorkerRegistrationHandle* FindRegistrationHandle(
|
| int provider_id,
|
|
|