| 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 844986ae74bd0c5a08c9303d1af5276556dbe15d..626482ae7844d35d87e57ddb10f345bb467fe985 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,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;
|
|
|