Index: content/browser/renderer_host/render_view_host_impl.cc |
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc |
index 60edf72f5a339f196864b52838442dad8188fc78..9b2da33007241c11fea754512389702b3bf4e268 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -1370,7 +1370,7 @@ void RenderViewHostImpl::OnMsgOpenURL( |
delegate_->RequestOpenURL( |
this, validated_url, params.referrer, params.disposition, params.frame_id, |
- params.is_cross_site_redirect); |
+ params.is_cross_site_redirect, params.extra_header, params.request_body); |
} |
void RenderViewHostImpl::OnMsgDidContentsPreferredSizeChange( |