commit | 9ef7d2d3f6122d74e3bbba893dc14ca83cffaa78 | [log] [tgz] |
---|---|---|
author | lfg <[email protected]> | Mon Dec 15 22:32:30 2014 |
committer | Commit bot <[email protected]> | Mon Dec 15 22:33:33 2014 |
tree | 605fb341e2deb0bf825865c2d0d62a6d9d1e8566 | |
parent | d53fb76a05cf242abbf7c6736f099dfffbd4317f [diff] [blame] |
OOPIF: Data URLs are now rendered in the renderer that initiated the navigation. BUG=433014 Review URL: https://codereview.chromium.org/743773003 Cr-Commit-Position: refs/heads/master@{#308445}
diff --git a/content/browser/frame_host/navigation_controller_impl.cc b/content/browser/frame_host/navigation_controller_impl.cc index ecd60437..9519f3f1 100644 --- a/content/browser/frame_host/navigation_controller_impl.cc +++ b/content/browser/frame_host/navigation_controller_impl.cc
@@ -721,6 +721,8 @@ browser_context_)); if (params.frame_tree_node_id != -1) entry->set_frame_tree_node_id(params.frame_tree_node_id); + entry->set_source_site_instance( + static_cast<SiteInstanceImpl*>(params.source_site_instance.get())); if (params.redirect_chain.size() > 0) entry->SetRedirectChain(params.redirect_chain); if (params.should_replace_current_entry)