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 41e388dcc86cd66a30a3548c181dbff0bb5ff132..0eeabd9fbfbcf450cf492706408d41b1d90e282f 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -66,6 +66,7 @@ class ResourceMessageDelegate; |
class ResourceMessageFilter; |
class ResourceRequestInfoImpl; |
class SaveFileManager; |
+class ServiceWorkerContextWrapper; |
class WebContentsImpl; |
struct CommonNavigationParams; |
struct DownloadSaveInfo; |
@@ -270,10 +271,12 @@ 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, |
+ int frame_tree_node_id, |
+ const NavigationRequestInfo& info, |
+ NavigationURLLoaderImplCore* loader, |
+ ServiceWorkerContextWrapper* service_worker_context); |
private: |
friend class ResourceDispatcherHostTest; |