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 fe540006f50df4236569d8d556372926ad4c7afb..4b6ba9f6973bdeda35021e91e1cdcb92d6eeb545 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
@@ -153,8 +153,11 @@ class XMLHttpRequest; |
[Network] |
void didChangeResourcePriority(LocalFrame*, unsigned long identifier, ResourceLoadPriority loadPriority); |
+ [Network] |
+ void prepareRequest(LocalFrame*, unsigned long identifier, ResourceRequest&); |
+ |
[Network, TraceEvents] |
- void willSendRequest([Keep] LocalFrame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&); |
+ void willSendRequest([Keep] LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&); |
[Network] |
void markResourceAsCached(LocalFrame*, unsigned long identifier); |