| Index: net/url_request/url_request_http_job.cc
|
| diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc
|
| index a4c156975832734b36c52bc02165d61be281b0e0..b599eea6b562d5a9a4ba9e070c9d87507d7bb80c 100644
|
| --- a/net/url_request/url_request_http_job.cc
|
| +++ b/net/url_request/url_request_http_job.cc
|
| @@ -174,7 +174,8 @@ URLRequestJob* URLRequestHttpJob::Factory(URLRequest* request,
|
|
|
| if (!request->context()->http_transaction_factory()) {
|
| NOTREACHED() << "requires a valid context";
|
| - return new URLRequestErrorJob(request, ERR_INVALID_ARGUMENT);
|
| + return new URLRequestErrorJob(
|
| + request, request->context()->network_delegate(), ERR_INVALID_ARGUMENT);
|
| }
|
|
|
| GURL redirect_url;
|
|
|