| Index: net/url_request/url_request_new_ftp_job.cc
|
| ===================================================================
|
| --- net/url_request/url_request_new_ftp_job.cc (revision 23124)
|
| +++ net/url_request/url_request_new_ftp_job.cc (working copy)
|
| @@ -282,7 +282,8 @@
|
| SetStatus(URLRequestStatus(URLRequestStatus::IO_PENDING, 0));
|
| int rv;
|
| if (transaction_.get()) {
|
| - rv = transaction_->Start(&request_info_, &start_callback_);
|
| + rv = transaction_->Start(
|
| + request_->load_log(), &request_info_, &start_callback_);
|
| if (rv == net::ERR_IO_PENDING)
|
| return;
|
| } else {
|
|
|