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 638d58db87275433f33f8a2458fce463f4804289..590b571d285388795ee217e6b8f6384102a5b330 100644 |
--- a/net/url_request/url_request_http_job.cc |
+++ b/net/url_request/url_request_http_job.cc |
@@ -1327,11 +1327,6 @@ void URLRequestHttpJob::ContinueDespiteLastError() { |
weak_factory_.GetWeakPtr(), rv)); |
} |
-void URLRequestHttpJob::ResumeNetworkStart() { |
- DCHECK(transaction_.get()); |
- transaction_->ResumeNetworkStart(); |
-} |
- |
bool URLRequestHttpJob::ShouldFixMismatchedContentLength(int rv) const { |
// Some servers send the body compressed, but specify the content length as |
// the uncompressed size. Although this violates the HTTP spec we want to |