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

Unified Diff: extensions/browser/api/web_request/web_request_api.h

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
Index: extensions/browser/api/web_request/web_request_api.h
diff --git a/extensions/browser/api/web_request/web_request_api.h b/extensions/browser/api/web_request/web_request_api.h
index c9caa65f7659fb0eb205c71df888ac145258de59..e0be827204a5a3c2e7e6a11afaed9a30f16b79aa 100644
--- a/extensions/browser/api/web_request/web_request_api.h
+++ b/extensions/browser/api/web_request/web_request_api.h
@@ -261,10 +261,6 @@ class ExtensionWebRequestEventRouter
void OnURLRequestDestroyed(void* browser_context,
const net::URLRequest* request);
- // See https://crbug.com/289715.
- void OnURLRequestJobOrphaned(void* browser_context,
- const net::URLRequest* request);
-
// Called when an event listener handles a blocking event and responds.
void OnEventHandled(void* browser_context,
const std::string& extension_id,
« no previous file with comments | « chrome/browser/net/chrome_network_delegate.cc ('k') | extensions/browser/api/web_request/web_request_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698