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 543cb6d48f5df872a9dde03a3d3b65f317b3f8bc..3892e180d3a3725dd7ce2298623e3721d671f754 100644 |
--- a/content/browser/frame_host/navigation_request.h |
+++ b/content/browser/frame_host/navigation_request.h |
@@ -129,7 +129,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(); |
+ void CreateNavigationHandle(int pending_nav_entry_id); |
// Transfers the ownership of the NavigationHandle to |render_frame_host|. |
// This should be called when the navigation is ready to commit, because the |