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 7d3744c3b8c0ab67bee336ab407865ce78fc0911..015ad0286a6b25fa9325bf338c122e63ffbf47ea 100644 |
| --- a/content/browser/frame_host/navigation_request.h |
| +++ b/content/browser/frame_host/navigation_request.h |
| @@ -149,7 +149,8 @@ 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(int pending_nav_entry_id); |
| + void CreateNavigationHandle(bool is_renderer_initiated, |
|
clamy
2016/05/12 04:04:44
Navigation request already has a boolean browser_i
dominickn
2016/05/12 04:22:58
Done.
|
| + 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 |