Chromium Code Reviews| 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 fb418c54d11cc7184f8af1fc1602198a88a326f7..1f717564122738d57e544fa4af9ff75b98e5e29b 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(); |
| + void CreateNavigationHandle(NavigationEntry* navigation_entry); |
|
Charlie Reis
2016/02/05 19:36:12
As before, we should have a comment about this par
Charlie Harrison
2016/02/05 23:10:23
see global comment.
|
| // Transfers the ownership of the NavigationHandle to |render_frame_host|. |
| // This should be called when the navigation is ready to commit, because the |