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 58aff96b249dfb6a28b8b30a6bf62f8543029eda..bd2645bcbc3d82d957c9f31c511fecad380693ff 100644 |
--- a/content/browser/frame_host/navigation_handle_impl.h |
+++ b/content/browser/frame_host/navigation_handle_impl.h |
@@ -17,6 +17,7 @@ |
#include "content/browser/frame_host/frame_tree_node.h" |
#include "content/browser/frame_host/render_frame_host_impl.h" |
#include "content/common/content_export.h" |
+#include "content/common/service_worker/service_worker_types.h" |
#include "content/public/browser/global_request_id.h" |
#include "content/public/browser/navigation_data.h" |
#include "content/public/browser/navigation_throttle.h" |
@@ -186,7 +187,8 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle { |
// PlzNavigate |
void InitServiceWorkerHandle( |
- ServiceWorkerContextWrapper* service_worker_context); |
+ ServiceWorkerContextWrapper* service_worker_context, |
+ const MojoURLLoaderFactoryGetter& url_loader_factory_getter); |
ServiceWorkerNavigationHandle* service_worker_handle() const { |
return service_worker_handle_.get(); |
} |