| 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 5447d8e16e88f161026fd4da8122587ccad5e7e6..4009d3ce2aaa2d99b22868cedfcd9a358f15fb58 100644
|
| --- a/content/browser/service_worker/service_worker_context_wrapper.h
|
| +++ b/content/browser/service_worker/service_worker_context_wrapper.h
|
| @@ -174,8 +174,7 @@ class CONTENT_EXPORT ServiceWorkerContextWrapper
|
|
|
| // These methods can be called from any thread.
|
| void UpdateRegistration(const GURL& pattern);
|
| - void SetForceUpdateOnPageLoad(int64_t registration_id,
|
| - bool force_update_on_page_load);
|
| + void SetForceUpdateOnPageLoad(bool force_update_on_page_load);
|
| void AddObserver(ServiceWorkerContextObserver* observer);
|
| void RemoveObserver(ServiceWorkerContextObserver* observer);
|
|
|
|
|