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

Unified Diff: net/base/network_delegate_impl.cc

Issue 1465503002: Revert of CHECK that URLRequestJobs are not orphaned while blocked by extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make git do the revert Created 5 years, 1 month 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/base/network_delegate_impl.h ('k') | net/url_request/url_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/network_delegate_impl.cc
diff --git a/net/base/network_delegate_impl.cc b/net/base/network_delegate_impl.cc
index b5822a169634fce77dcfbf72c1cd0934ec43f548..7548f6168b5172907a4c8bd9acf724395f0767bf 100644
--- a/net/base/network_delegate_impl.cc
+++ b/net/base/network_delegate_impl.cc
@@ -68,8 +68,6 @@ void NetworkDelegateImpl::OnCompleted(URLRequest* request, bool started) {
void NetworkDelegateImpl::OnURLRequestDestroyed(URLRequest* request) {
}
-void NetworkDelegateImpl::OnURLRequestJobOrphaned(URLRequest* request) {}
-
void NetworkDelegateImpl::OnPACScriptError(int line_number,
const base::string16& error) {
}
« no previous file with comments | « net/base/network_delegate_impl.h ('k') | net/url_request/url_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698