| 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 c38e1928723bee37cec71e158137343247549afa..68b332fa7b4f93af0cf9938f8f20ffa6a8772319 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| @@ -152,6 +152,9 @@ class CORE_EXPORT InspectorNetworkAgent final
|
| const String& data);
|
| void didFinishEventSourceRequest(ThreadableLoaderClient*);
|
|
|
| + // Detach and remove all references to the given client.
|
| + void detachClientRequest(ThreadableLoaderClient*);
|
| +
|
| void willDestroyResource(Resource*);
|
|
|
| void applyUserAgentOverride(String* userAgent);
|
|
|