Chromium Code Reviews| 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); |