Index: Source/core/inspector/InspectorResourceAgent.h |
diff --git a/Source/core/inspector/InspectorResourceAgent.h b/Source/core/inspector/InspectorResourceAgent.h |
index bbf3892486ffe141edf67792256b70b5b7ed9d27..1a4547744dd0c610cd34ecea997f3422750ac9a1 100644 |
--- a/Source/core/inspector/InspectorResourceAgent.h |
+++ b/Source/core/inspector/InspectorResourceAgent.h |
@@ -151,12 +151,13 @@ public: |
// Called from other agents. |
void setHostId(const String&); |
bool fetchResourceContent(Document*, const KURL&, String* content, bool* base64Encoded); |
- bool shouldBlockRequest(const ResourceRequest&); |
+ bool shouldBlockRequest(LocalFrame*, const ResourceRequest&, DocumentLoader*, const FetchInitiatorInfo&); |
private: |
explicit InspectorResourceAgent(InspectorPageAgent*); |
void enable(); |
+ void willSendRequestInternal(LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&); |
void delayedRemoveReplayXHR(XMLHttpRequest*); |
void removeFinishedReplayXHRFired(Timer<InspectorResourceAgent>*); |
void didFinishXHRInternal(ExecutionContext*, XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString&, const String&, bool); |