| Index: content/browser/frame_host/navigation_request.h
|
| diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h
|
| index b711278123b2e69ba62583aad40cede1dd5336bf..9b448eb2e49a192e70936fa6c931fd9962f9bcda 100644
|
| --- a/content/browser/frame_host/navigation_request.h
|
| +++ b/content/browser/frame_host/navigation_request.h
|
| @@ -128,7 +128,7 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate {
|
|
|
| // Creates a NavigationHandle. This should be called after any previous
|
| // NavigationRequest for the FrameTreeNode has been destroyed.
|
| - void CreateNavigationHandle(NavigatorDelegate* delegate);
|
| + void CreateNavigationHandle();
|
|
|
| // Transfers the ownership of the NavigationHandle to |render_frame_host|.
|
| // This should be called when the navigation is ready to commit, because the
|
| @@ -168,7 +168,7 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate {
|
| // modified during redirects.
|
| CommonNavigationParams common_params_;
|
| BeginNavigationParams begin_params_;
|
| - const RequestNavigationParams request_params_;
|
| + RequestNavigationParams request_params_;
|
| const bool browser_initiated_;
|
|
|
| NavigationState state_;
|
|
|