| Index: net/url_request/url_request_job.cc
|
| diff --git a/net/url_request/url_request_job.cc b/net/url_request/url_request_job.cc
|
| index b7df294402746bb4ac0299513d03f17214e98c1f..40791d11ddf66c1af2b0144a64f26db5431adbce 100644
|
| --- a/net/url_request/url_request_job.cc
|
| +++ b/net/url_request/url_request_job.cc
|
| @@ -340,6 +340,8 @@ HostPortPair URLRequestJob::GetSocketAddress() const {
|
| }
|
|
|
| void URLRequestJob::OnSuspend() {
|
| + LOG(ERROR) << __func__;
|
| +
|
| // Most errors generated by the Job come as the result of the one current
|
| // operation the job is waiting on returning an error. This event is unusual
|
| // in that the Job may have another operation ongoing, or the Job may be idle
|
|
|