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

Unified Diff: content/browser/frame_host/render_frame_host_manager.cc

Issue 1956383003: Forwarding POST body into renderer after a cross-site transfer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extracted a shared NavigationEntryImpl::ConstructResourceRequestBody. Created 4 years, 7 months 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/frame_host/render_frame_host_manager.cc
diff --git a/content/browser/frame_host/render_frame_host_manager.cc b/content/browser/frame_host/render_frame_host_manager.cc
index 2b8794e052f62f6ae570f704ad6d84722e3bf149..0bbbfcc9d1e7dad0dbb20e8b3e6bc4d9ca6c2d4a 100644
--- a/content/browser/frame_host/render_frame_host_manager.cc
+++ b/content/browser/frame_host/render_frame_host_manager.cc
@@ -483,7 +483,8 @@ void RenderFrameHostManager::OnCrossSiteResponse(
->navigator()
->RequestTransferURL(transferring_render_frame_host, transfer_url,
nullptr, rest_of_chain, referrer, page_transition,
- global_request_id, should_replace_current_entry);
+ global_request_id, should_replace_current_entry,
+ transfer_navigation_handle_.get());
// The transferring request was only needed during the RequestTransferURL
// call, so it is safe to clear at this point.

Powered by Google App Engine
This is Rietveld 408576698