Index: third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h |
index ee127e3a5108d6016e1777d56249ae1b660d45d6..92a382b9ae3a4fa27cb608d718f142f39e2eee0e 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h |
@@ -94,6 +94,7 @@ public: |
void scriptImported(unsigned long identifier, const String& sourceString); |
void didReceiveScriptResponse(unsigned long identifier); |
bool shouldForceCORSPreflight(); |
+ bool shouldBlockRequest(const ResourceRequest&); |
void documentThreadableLoaderStartedLoadingForClient(unsigned long identifier, ThreadableLoaderClient*); |
void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&, bool async, PassRefPtr<EncodedFormData> body, const HTTPHeaderMap& headers, bool includeCrendentials); |
@@ -150,7 +151,6 @@ public: |
// Called from other agents. |
void setHostId(const String&); |
bool fetchResourceContent(Document*, const KURL&, String* content, bool* base64Encoded); |
- bool shouldBlockRequest(const ResourceRequest&); |
private: |
explicit InspectorResourceAgent(InspectedFrames*); |