| Index: content/browser/service_worker/service_worker_context_wrapper.h
|
| diff --git a/content/browser/service_worker/service_worker_context_wrapper.h b/content/browser/service_worker/service_worker_context_wrapper.h
|
| index cadaaada440c9c5049d60d9aeccf3319ece2c153..2ffeab73f0e36813a16d88074cd35df766cbe582 100644
|
| --- a/content/browser/service_worker/service_worker_context_wrapper.h
|
| +++ b/content/browser/service_worker/service_worker_context_wrapper.h
|
| @@ -118,6 +118,7 @@ class CONTENT_EXPORT ServiceWorkerContextWrapper
|
| const std::string& request_uuid) override;
|
| bool FinishedExternalRequest(int64_t service_worker_version_id,
|
| const std::string& request_uuid) override;
|
| + bool IsServiceWorkerExistsOnProcess(int render_process_id) override;
|
|
|
| // These methods must only be called from the IO thread.
|
| ServiceWorkerRegistration* GetLiveRegistration(int64_t registration_id);
|
|
|