commit | 3027cf00745e50a1c8ea4f00e7778db3067cfb83 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jan 24 08:16:58 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jan 24 08:16:58 2013 |
tree | 1fa090800127d6f565395fc3275ce02208442c56 | |
parent | 92bb14266f58bc16187b3cb1baba20ac0b3e4501 [diff] [blame] |
Add "frame to navigate" to NavigationEntry and plumb it to the RenderViewImpl This allows for navigating a specific frame from the browser. This is required for running layout tests. BUG=171391 TEST=RenderViewImplTest.NavigateFrame [email protected],[email protected] Review URL: https://codereview.chromium.org/12052023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178552 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc index 1503210..bf07652 100644 --- a/content/browser/web_contents/web_contents_impl.cc +++ b/content/browser/web_contents/web_contents_impl.cc
@@ -244,6 +244,7 @@ } params->can_load_local_resources = entry.GetCanLoadLocalResources(); + params->frame_to_navigate = entry.GetFrameToNavigate(); if (delegate) delegate->AddNavigationHeaders(params->url, ¶ms->extra_headers);