| Index: content/browser/frame_host/render_frame_proxy_host.cc
|
| diff --git a/content/browser/frame_host/render_frame_proxy_host.cc b/content/browser/frame_host/render_frame_proxy_host.cc
|
| index 3881d87e504883deb332a804a0b46c3fc8fd1044..decbda110fa7d70a11d3ec41896f6128bfcb8471 100644
|
| --- a/content/browser/frame_host/render_frame_proxy_host.cc
|
| +++ b/content/browser/frame_host/render_frame_proxy_host.cc
|
| @@ -250,10 +250,11 @@ void RenderFrameProxyHost::OnOpenURL(
|
|
|
| // TODO(alexmos, creis): Figure out whether |params.user_gesture| needs to be
|
| // passed in as well.
|
| + // TODO(lukasza): https://crbug.com/344348: Pass real method and post_data.
|
| frame_tree_node_->navigator()->RequestTransferURL(
|
| current_rfh, validated_url, site_instance_.get(), std::vector<GURL>(),
|
| params.referrer, ui::PAGE_TRANSITION_LINK, GlobalRequestID(),
|
| - params.should_replace_current_entry);
|
| + params.should_replace_current_entry, "GET", nullptr);
|
| }
|
|
|
| void RenderFrameProxyHost::OnRouteMessageEvent(
|
|
|