Index: Source/core/inspector/InspectorResourceAgent.h |
diff --git a/Source/core/inspector/InspectorResourceAgent.h b/Source/core/inspector/InspectorResourceAgent.h |
index cbd98b899a922bf37040d8b440e278a139557a9c..f8360d2b0042ef2f10cf54cb767c9669b8bb345e 100644 |
--- a/Source/core/inspector/InspectorResourceAgent.h |
+++ b/Source/core/inspector/InspectorResourceAgent.h |
@@ -141,9 +141,6 @@ public: |
virtual void loadResourceForFrontend(ErrorString*, const String& frameId, const String& url, const RefPtr<JSONObject>* requestHeaders, PassRefPtr<LoadResourceForFrontendCallback>) OVERRIDE; |
- // Called from other agents. |
- bool fetchResourceContent(LocalFrame*, const KURL&, String* content, bool* base64Encoded); |
- |
private: |
InspectorResourceAgent(InspectorPageAgent*); |