Index: Source/core/inspector/InspectorPageAgent.h |
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h |
index 92a174a1c19acef70395f912e3e9cd04e7e2f9ce..c413295acee5d12dea8c61a5b3f7726fe58df1f5 100644 |
--- a/Source/core/inspector/InspectorPageAgent.h |
+++ b/Source/core/inspector/InspectorPageAgent.h |
@@ -82,8 +82,10 @@ public: |
void setTextAutosizingEnabled(bool); |
void setDeviceScaleAdjustment(float); |
+ static Vector<Document*> importsForFrame(LocalFrame*); |
static bool cachedResourceContent(Resource*, String* result, bool* base64Encoded); |
static bool sharedBufferContent(PassRefPtr<SharedBuffer>, const String& textEncodingName, bool withBase64Encode, String* result); |
+ static void resourceContent(ErrorString*, LocalFrame*, const KURL&, String* result, bool* base64Encoded); |
static PassRefPtr<SharedBuffer> resourceData(LocalFrame*, const KURL&, String* textEncodingName); |
static Resource* cachedResource(LocalFrame*, const KURL&); |
@@ -164,8 +166,6 @@ public: |
static DocumentLoader* assertDocumentLoader(ErrorString*, LocalFrame*); |
private: |
- static void resourceContent(ErrorString*, LocalFrame*, const KURL&, String* result, bool* base64Encoded); |
- |
InspectorPageAgent(Page*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*); |
bool deviceMetricsChanged(bool enabled, int width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, double fontScaleFactor, bool textAutosizing); |
void updateViewMetricsFromState(); |