| Index: content/browser/loader/navigation_url_loader_impl.h
|
| diff --git a/content/browser/loader/navigation_url_loader_impl.h b/content/browser/loader/navigation_url_loader_impl.h
|
| index acd537dab1ad5e51ec2d67e77b594f1a37a68535..e5d115e32eebaaafa568d37cda11b7db51aa4c84 100644
|
| --- a/content/browser/loader/navigation_url_loader_impl.h
|
| +++ b/content/browser/loader/navigation_url_loader_impl.h
|
| @@ -31,6 +31,7 @@ class NavigationURLLoaderImpl : public NavigationURLLoader {
|
| // The caller is responsible for ensuring that |delegate| outlives the loader.
|
| NavigationURLLoaderImpl(BrowserContext* browser_context,
|
| std::unique_ptr<NavigationRequestInfo> request_info,
|
| + std::unique_ptr<NavigationUIData> navigation_ui_data,
|
| ServiceWorkerNavigationHandle* service_worker_handle,
|
| NavigationURLLoaderDelegate* delegate);
|
| ~NavigationURLLoaderImpl() override;
|
|
|