Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: content/browser/renderer_host/render_view_host_impl.cc

Issue 11193051: To fix the cross-site post submission bug. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Comments Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a1a889c30457cd5bccbee6b11959d582bf63e72e..18f56d29ceb183e960db4114287b10e62c115b41 100644
--- a/content/browser/renderer_host/render_view_host_impl.cc
+++ b/content/browser/renderer_host/render_view_host_impl.cc
@@ -1372,7 +1372,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(

Powered by Google App Engine
This is Rietveld 408576698