Index: content/browser/frame_host/navigation_handle_impl.h |
diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h |
index 2d1f0098ca30ade1d0f16d0de747c202f5cf1abd..4808e516987907ccd9f08f372078c63dc0bd4f96 100644 |
--- a/content/browser/frame_host/navigation_handle_impl.h |
+++ b/content/browser/frame_host/navigation_handle_impl.h |
@@ -30,6 +30,7 @@ namespace content { |
class NavigationUIData; |
class NavigatorDelegate; |
+class ResourceMessageFilter; |
class ResourceRequestBodyImpl; |
class ServiceWorkerContextWrapper; |
class ServiceWorkerNavigationHandle; |
@@ -186,7 +187,8 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle { |
// PlzNavigate |
void InitServiceWorkerHandle( |
- ServiceWorkerContextWrapper* service_worker_context); |
+ ServiceWorkerContextWrapper* service_worker_context, |
+ ResourceMessageFilter* resource_message_filter); |
ServiceWorkerNavigationHandle* service_worker_handle() const { |
return service_worker_handle_.get(); |
} |