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

Unified Diff: net/base/network_delegate_impl.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
« no previous file with comments | « net/base/network_delegate.cc ('k') | net/base/network_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/network_delegate_impl.h
diff --git a/net/base/network_delegate_impl.h b/net/base/network_delegate_impl.h
index 231a6467ade43178ba9d8d0906f5dd72747ebfae..7e9db650b10bb33e4155d2950afe81b8d2230f6c 100644
--- a/net/base/network_delegate_impl.h
+++ b/net/base/network_delegate_impl.h
@@ -147,13 +147,6 @@ class NET_EXPORT NetworkDelegateImpl : public NetworkDelegate {
// a virtual method call.
void OnURLRequestDestroyed(URLRequest* request) override;
- // Called when the current job for |request| is orphaned. This is a temporary
- // callback to diagnose https://crbug.com/289715 and may not be used for other
- // purposes. Note that it may be called after OnURLRequestDestroyed.
- //
- // TODO(davidben): Remove this once data has been gathered.
- void OnURLRequestJobOrphaned(URLRequest* request) override;
-
// Corresponds to ProxyResolverJSBindings::OnError.
void OnPACScriptError(int line_number, const base::string16& error) override;
« no previous file with comments | « net/base/network_delegate.cc ('k') | net/base/network_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698