| 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
|
|
|