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

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

Issue 11193051: To fix the cross-site post submission bug. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New OpenURL function and DataType Test 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/transfer_navigation_resource_throttle.cc
diff --git a/content/browser/renderer_host/transfer_navigation_resource_throttle.cc b/content/browser/renderer_host/transfer_navigation_resource_throttle.cc
index ce06e8ae70c4741d369cbfcfaa9329557e1c9246..37348d03cecba9cbf4b86e395f43e9c01a53df3d 100644
--- a/content/browser/renderer_host/transfer_navigation_resource_throttle.cc
+++ b/content/browser/renderer_host/transfer_navigation_resource_throttle.cc
@@ -35,7 +35,8 @@ void RequestTransferURLOnUIThread(int render_process_id,
return;
delegate->RequestTransferURL(
- new_url, referrer, window_open_disposition, frame_id, global_request_id);
+ new_url, referrer, window_open_disposition, frame_id, global_request_id,
+ std::string(""), NULL);
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698