| 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 165ae8b5ecf410d7ed89303d1bcce823c659bac6..4b383d40f53f7b0ada0e2b8a6d23c76373099618 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -59,6 +59,7 @@ class AppCacheService;
|
| class AsyncRevalidationManager;
|
| class LoaderDelegate;
|
| class NavigationURLLoaderImplCore;
|
| +class NavigationUIData;
|
| class RenderFrameHostImpl;
|
| class ResourceContext;
|
| class ResourceDispatcherHostDelegate;
|
| @@ -272,6 +273,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| void BeginNavigationRequest(
|
| ResourceContext* resource_context,
|
| const NavigationRequestInfo& info,
|
| + std::unique_ptr<NavigationUIData> navigation_ui_data,
|
| NavigationURLLoaderImplCore* loader,
|
| ServiceWorkerNavigationHandleCore* service_worker_handle_core);
|
|
|
|
|