Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1073)

Unified Diff: net/url_request/url_request.cc

Issue 2355703002: Remove all OnBeforeNetworkAccessed code above NetworkTransaction. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/url_request/url_request.h ('k') | net/url_request/url_request_http_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request.cc
diff --git a/net/url_request/url_request.cc b/net/url_request/url_request.cc
index e97b5260400c46eda184598929a425387a85a805..1c55b407776d24e53ca6c0dbf31739c5bc103bf7 100644
--- a/net/url_request/url_request.cc
+++ b/net/url_request/url_request.cc
@@ -818,13 +818,6 @@ void URLRequest::NotifyReceivedRedirect(const RedirectInfo& redirect_info,
}
}
-void URLRequest::ResumeNetworkStart() {
- DCHECK(job_.get());
-
- OnCallToDelegateComplete();
- job_->ResumeNetworkStart();
-}
-
void URLRequest::NotifyResponseStarted(const URLRequestStatus& status) {
// Change status if there was an error.
if (status.status() != URLRequestStatus::SUCCESS)
« no previous file with comments | « net/url_request/url_request.h ('k') | net/url_request/url_request_http_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698