Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index ccb8cb400f4622d20ad16811ca88466c175b0b22..a1de4570e227f35fcc624717ff25f95c52a2ca93 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/Source/core/inspector/InspectorInstrumentation.idl |
@@ -222,6 +222,9 @@ interface InspectorInstrumentation { |
void applyUserAgentOverride(LocalFrame*, String* userAgent); |
[Resource] |
+ void didBlockRequest([Keep] LocalFrame*, const ResourceRequest&, DocumentLoader*, const FetchInitiatorInfo&, ResourceRequestBlockedReason); |
+ |
+ [Resource] |
void willSendRequest([Keep] LocalFrame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&); |
[Resource] |