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

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 Android API, Helper Function and Include_rules 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 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(

Powered by Google App Engine
This is Rietveld 408576698