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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl

Issue 2012873002: [DevTools] Add fetch support for XHR breakpoints (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/InspectorInstrumentation.idl
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
index e6cebb9a643c31453114008c0026b532952025e6..7703ffb4cc59bf2955c62015b713b48e67079a3e 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -116,7 +116,7 @@ class XMLHttpRequest;
void willPopShadowRoot([Keep] Element* host, ShadowRoot*);
[DOMDebugger]
- void willSendXMLHttpRequest(ExecutionContext*, const String& url);
+ void willSendXMLHttpOrFetchNetworkRequest(ExecutionContext*, const String& url);
[DOMDebugger]
void didFireWebGLError(Element*, const String& errorName);

Powered by Google App Engine
This is Rietveld 408576698