| Index: net/url_request/url_request_job.h
|
| diff --git a/net/url_request/url_request_job.h b/net/url_request/url_request_job.h
|
| index 6c1a9b8227458ffc3729858038b4cbb66a7add6a..d60905ed21d1e0899a83019b54b7aa8ef85916b8 100644
|
| --- a/net/url_request/url_request_job.h
|
| +++ b/net/url_request/url_request_job.h
|
| @@ -193,9 +193,6 @@ class NET_EXPORT URLRequestJob : public base::PowerObserver {
|
| // Continue processing the request ignoring the last error.
|
| virtual void ContinueDespiteLastError();
|
|
|
| - // Continue with the network request.
|
| - virtual void ResumeNetworkStart();
|
| -
|
| void FollowDeferredRedirect();
|
|
|
| // Returns true if the Job is done producing response data and has called
|
|
|