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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h

Issue 2649323005: Cleanly detach XHR and other pending loader clients from Inspector. (Closed)
Patch Set: detach all loader clients from inspector Created 3 years, 11 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
Index: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
index 1fc711cf1b987d114699a1dd02104aa2893de74c..4c0ab17f9a4693d7e62d01c6c382fdf649ea3bf3 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
@@ -150,6 +150,8 @@ class CORE_EXPORT InspectorNetworkAgent final
const String& data);
void didFinishEventSourceRequest(ThreadableLoaderClient*);
+ void detachClientRequest(ThreadableLoaderClient*);
yhirano 2017/01/25 11:06:26 ditto
+
void willDestroyResource(Resource*);
void applyUserAgentOverride(String* userAgent);

Powered by Google App Engine
This is Rietveld 408576698