| Index: net/url_request/url_request.h
|
| diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
|
| index 0c413f7e50c095266da3a7fd6239abdad45bcc0a..311c6e6f0984d17739abcbe937129f471e596628 100644
|
| --- a/net/url_request/url_request.h
|
| +++ b/net/url_request/url_request.h
|
| @@ -702,11 +702,6 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
|
| void RestartWithJob(URLRequestJob* job);
|
| void PrepareToRestart();
|
|
|
| - // Detaches the job from this request in preparation for this object going
|
| - // away or the job being replaced. The job will not call us back when it has
|
| - // been orphaned.
|
| - void OrphanJob();
|
| -
|
| // Cancels the request and set the error and ssl info for this request to the
|
| // passed values. Returns the error that was set.
|
| int DoCancel(int error, const SSLInfo& ssl_info);
|
|
|