Chromium Code Reviews| Index: net/tools/fetch/fetch_client.cc |
| =================================================================== |
| --- net/tools/fetch/fetch_client.cc (revision 45843) |
| +++ net/tools/fetch/fetch_client.cc (working copy) |
| @@ -63,7 +63,7 @@ |
| request_info_.url = url_; |
| request_info_.method = "GET"; |
| int state = transaction_->Start( |
| - &request_info_, &connect_callback_, NULL); |
| + &request_info_, &connect_callback_, net::BoundNetLog()); |
| DCHECK(state == net::ERR_IO_PENDING); |
| }; |