summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/navigation_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/frame_host/navigation_request.h')
-rw-r--r--content/browser/frame_host/navigation_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h
index b711278..5d3bf110 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