Use node instead of render_frame_host->frame_tree_node() where possible
In content::NavigationControllerImpl::NavigateFromFrameProxy we pull RenderFrameHost::FrameTreeNode out into a separate variable but rarely use it. This CL uses the variable in locations were we previously computed its value. Bug: N/A Change-Id: Ic5ef6e209b2c5146d7d62a8b884d61c150c1100a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673172Reviewed-by:Nasko Oskov <nasko@chromium.org> Commit-Queue: Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#671904}
Showing
Please register or sign in to comment