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

Unified Diff: net/url_request/url_request_job.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_job.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_job.cc
diff --git a/net/url_request/url_request_job.cc b/net/url_request/url_request_job.cc
index b40b82271bda03fbf50706c49fb43c8d91e05f60..057f6cf459d6d8ae2caa0ddffcac89af24da0a5e 100644
--- a/net/url_request/url_request_job.cc
+++ b/net/url_request/url_request_job.cc
@@ -318,12 +318,6 @@ void URLRequestJob::FollowDeferredRedirect() {
FollowRedirect(redirect_info);
}
-void URLRequestJob::ResumeNetworkStart() {
- // This should only be called for HTTP Jobs, and implemented in the derived
- // class.
- NOTREACHED();
-}
-
bool URLRequestJob::GetMimeType(std::string* mime_type) const {
return false;
}
« no previous file with comments | « net/url_request/url_request_job.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698