Index: content/browser/loader/resource_dispatcher_host_impl.h |
diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h |
index dc65e5a8df5a31cd7f2a9ffc2a65194722716d14..968c2186dbb00a8d2c1c11bfa2c60c48b37373dc 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -67,6 +67,7 @@ class ResourceMessageDelegate; |
class ResourceMessageFilter; |
class ResourceRequestInfoImpl; |
class SaveFileManager; |
+class ServiceWorkerContextWrapper; |
class WebContentsImpl; |
struct CommonNavigationParams; |
struct DownloadSaveInfo; |
@@ -273,10 +274,11 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl |
// PlzNavigate: Begins a request for NavigationURLLoader. |loader| is the |
// loader to attach to the leaf resource handler. |
- void BeginNavigationRequest(ResourceContext* resource_context, |
- int frame_tree_node_id, |
- const NavigationRequestInfo& info, |
- NavigationURLLoaderImplCore* loader); |
+ void BeginNavigationRequest( |
+ ResourceContext* resource_context, |
+ const NavigationRequestInfo& info, |
+ NavigationURLLoaderImplCore* loader, |
+ const scoped_refptr<ServiceWorkerContextWrapper>& service_worker_context); |
private: |
friend class ResourceDispatcherHostTest; |