| 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 e98e7124a987f0fde95b3611e0c7a1b647fb7926..7d868b94e990de52970b37301329f7539a6fd8b5 100644
|
| --- a/content/browser/service_worker/service_worker_context_wrapper.h
|
| +++ b/content/browser/service_worker/service_worker_context_wrapper.h
|
| @@ -135,6 +135,9 @@ class CONTENT_EXPORT ServiceWorkerContextWrapper
|
| void AddObserver(ServiceWorkerContextObserver* observer);
|
| void RemoveObserver(ServiceWorkerContextObserver* observer);
|
|
|
| + // PlzNavigate
|
| + void RemoveNavigationProviderHost(int provider_id);
|
| +
|
| bool is_incognito() const { return is_incognito_; }
|
|
|
| private:
|
|
|