| Index: content/browser/service_worker/service_worker_context_observer.h
|
| diff --git a/content/browser/service_worker/service_worker_context_observer.h b/content/browser/service_worker/service_worker_context_observer.h
|
| index 86c238546b84edb0fe0ac5237dc9f3b5cf50c728..b643153f951a84b204010ec7d0a819a4a0055503 100644
|
| --- a/content/browser/service_worker/service_worker_context_observer.h
|
| +++ b/content/browser/service_worker/service_worker_context_observer.h
|
| @@ -80,8 +80,6 @@ class ServiceWorkerContextObserver {
|
| const GURL& pattern) {}
|
| virtual void OnRegistrationDeleted(int64_t registration_id,
|
| const GURL& pattern) {}
|
| - virtual void OnForceUpdateOnPageLoadChanged(int64_t registration_id,
|
| - bool force_update_on_page_load) {}
|
|
|
| // Notified when the storage corruption recovery is completed and all stored
|
| // data is wiped out.
|
|
|