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

Unified Diff: net/base/layered_network_delegate.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/layered_network_delegate.h ('k') | net/base/network_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/layered_network_delegate.cc
diff --git a/net/base/layered_network_delegate.cc b/net/base/layered_network_delegate.cc
index 6f8d89a7fdf614fd478409ba5d5dadd9499fbf53..e64019c0bd98b46f0c7a544c5a09e8cd485367d4 100644
--- a/net/base/layered_network_delegate.cc
+++ b/net/base/layered_network_delegate.cc
@@ -175,12 +175,6 @@ void LayeredNetworkDelegate::OnURLRequestDestroyedInternal(
URLRequest* request) {
}
-void LayeredNetworkDelegate::OnURLRequestJobOrphaned(URLRequest* request) {
- // This hook is only added to debug https://crbug.com/289715, so there is no
- // need for a OnURLRequestJobOrphanedInternal hook.
- nested_network_delegate_->NotifyURLRequestJobOrphaned(request);
-}
-
void LayeredNetworkDelegate::OnPACScriptError(int line_number,
const base::string16& error) {
OnPACScriptErrorInternal(line_number, error);
« no previous file with comments | « net/base/layered_network_delegate.h ('k') | net/base/network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698