| Index: net/url_request/url_request.cc
|
| diff --git a/net/url_request/url_request.cc b/net/url_request/url_request.cc
|
| index b70dbed23701466b09d34804cacb349bc031a64a..b64f511d518766174aa7eabcaba2efd008df469b 100644
|
| --- a/net/url_request/url_request.cc
|
| +++ b/net/url_request/url_request.cc
|
| @@ -879,9 +879,6 @@ void URLRequest::PrepareToRestart() {
|
| }
|
|
|
| void URLRequest::OrphanJob() {
|
| - if (network_delegate_)
|
| - network_delegate_->NotifyURLRequestJobOrphaned(this);
|
| -
|
| // When calling this function, please check that URLRequestHttpJob is
|
| // not in between calling NetworkDelegate::NotifyHeadersReceived receiving
|
| // the call back. This is currently guaranteed by the following strategies:
|
|
|