| 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 7772917990cee1d62b54111b361cdf330a4522b6..d575c104d1082a13752697b2da10d2856f2c7069 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 ServiceWorkerNavigationHandleCore;
|
| class WebContentsImpl;
|
| struct CommonNavigationParams;
|
| struct DownloadSaveInfo;
|
| @@ -273,9 +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,
|
| - const NavigationRequestInfo& info,
|
| - NavigationURLLoaderImplCore* loader);
|
| + void BeginNavigationRequest(
|
| + ResourceContext* resource_context,
|
| + const NavigationRequestInfo& info,
|
| + NavigationURLLoaderImplCore* loader,
|
| + ServiceWorkerNavigationHandleCore* service_worker_handle_core);
|
|
|
| private:
|
| friend class ResourceDispatcherHostTest;
|
|
|