| Index: content/browser/service_worker/service_worker_navigation_handle.h
|
| diff --git a/content/browser/service_worker/service_worker_navigation_handle.h b/content/browser/service_worker/service_worker_navigation_handle.h
|
| index c5c69388cf7105ec3d4dbd5d33eb4566142ea6eb..3c7a174812b18460e7b430920c1af266ea654997 100644
|
| --- a/content/browser/service_worker/service_worker_navigation_handle.h
|
| +++ b/content/browser/service_worker/service_worker_navigation_handle.h
|
| @@ -10,6 +10,7 @@
|
|
|
| namespace content {
|
|
|
| +class ResourceMessageFilter;
|
| class ServiceWorkerContextWrapper;
|
| class ServiceWorkerNavigationHandleCore;
|
|
|
| @@ -52,8 +53,8 @@ class ServiceWorkerNavigationHandleCore;
|
| // ServiceWorkerProviderHost.
|
| class ServiceWorkerNavigationHandle {
|
| public:
|
| - explicit ServiceWorkerNavigationHandle(
|
| - ServiceWorkerContextWrapper* context_wrapper);
|
| + ServiceWorkerNavigationHandle(ServiceWorkerContextWrapper* context_wrapper,
|
| + ResourceMessageFilter* resource_message_filter);
|
| ~ServiceWorkerNavigationHandle();
|
|
|
| int service_worker_provider_host_id() const {
|
|
|