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

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: 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/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 b623dadab584f73a612f17f259b7bc9cb9b370b8..467849f4f4a5ca6de5ae66203593de52bf4d65a7 100644
--- a/content/browser/renderer_host/transfer_navigation_resource_throttle.cc
+++ b/content/browser/renderer_host/transfer_navigation_resource_throttle.cc
@@ -35,8 +35,8 @@ void RequestTransferURLOnUIThread(int render_process_id,
return;
delegate->RequestTransferURL(
- new_url, referrer, window_open_disposition,
- frame_id, global_request_id, false);
+ new_url, referrer, window_open_disposition, frame_id, global_request_id,
+ false, std::string(""), NULL);
Charlie Reis 2012/11/20 05:46:03 nit: No quotes on empty string.
irobert 2012/11/22 01:37:00 Done.
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698