Pass FrameTreeNode (not RenderFrameHost) to NavigateToEntry.
commit2b4cc9395f191c01519d53056b144c010efb1e45
authorcreis <creis@chromium.org>
Fri, 20 Feb 2015 02:04:05 +0000 (19 18:04 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 20 Feb 2015 02:04:40 +0000 (20 02:04 +0000)
tree8aee66d42538c2c77c037eedd25e1bdc7be515ff
parentfc86560e5d9270b9944cf92934bda09f0815048d
Pass FrameTreeNode (not RenderFrameHost) to NavigateToEntry.

This is primarily cleanup, since navigation is performed on frames
that can change their RenderFrameHost over time.

BUG=236848
TEST=No behavior change.

Review URL: https://codereview.chromium.org/941113002

Cr-Commit-Position: refs/heads/master@{#317217}
content/browser/frame_host/navigator.cc
content/browser/frame_host/navigator.h
content/browser/frame_host/navigator_impl.cc
content/browser/frame_host/navigator_impl.h
content/browser/web_contents/web_contents_impl.cc