| Index: content/browser/service_worker/service_worker_registration.h
|
| diff --git a/content/browser/service_worker/service_worker_registration.h b/content/browser/service_worker/service_worker_registration.h
|
| index 6f9b0dea86324e017147846e0aa8ebf85bbc2412..6f0ebe8eea7d9f21ea6352c462d99956f85cfb85 100644
|
| --- a/content/browser/service_worker/service_worker_registration.h
|
| +++ b/content/browser/service_worker/service_worker_registration.h
|
| @@ -84,10 +84,6 @@
|
|
|
| ServiceWorkerVersion* installing_version() const {
|
| return installing_version_.get();
|
| - }
|
| -
|
| - bool has_installed_version() const {
|
| - return active_version() || waiting_version();
|
| }
|
|
|
| ServiceWorkerVersion* GetNewestVersion() const;
|
|
|