Chromium Code Reviews| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
| index 2a85e901a504b90dd2ce0d4196bf119139c3e210..7c3d6931636523966e8ccbd06ee95863e031fe97 100644 |
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
| @@ -213,6 +213,9 @@ class XMLHttpRequest; |
| void didFinishFetch([Keep] ExecutionContext*, ThreadableLoaderClient*, const AtomicString& method, const String& url); |
| [Network] |
| + void detachClientRequest(ExecutionContext*, ThreadableLoaderClient*); |
|
yhirano
2017/01/25 11:06:26
Please mention that this can be called from a pre-
sof
2017/01/25 11:44:30
Hmm. I don't see the value of adding that comment,
yhirano
2017/01/27 07:57:59
LocalFrame::detach does a lot of things so I don't
sof
2017/01/27 08:40:35
ok.. clarified.
|
| + |
| + [Network] |
| void scriptImported(ExecutionContext*, unsigned long identifier, const String& sourceString); |
| [DOMDebugger] |