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