Index: Source/core/inspector/InspectorResourceAgent.h |
diff --git a/Source/core/inspector/InspectorResourceAgent.h b/Source/core/inspector/InspectorResourceAgent.h |
index df8578b8404fc554a9fb3e276ea5d29dc6f79a8d..60dd491dffb818f9575b016d46aa8feff663708d 100644 |
--- a/Source/core/inspector/InspectorResourceAgent.h |
+++ b/Source/core/inspector/InspectorResourceAgent.h |
@@ -137,7 +137,7 @@ public: |
virtual void disable(ErrorString*); |
virtual void setUserAgentOverride(ErrorString*, const String& userAgent); |
virtual void setExtraHTTPHeaders(ErrorString*, const RefPtr<JSONObject>&); |
- virtual void getResponseBody(ErrorString*, const String& requestId, String* content, bool* base64Encoded); |
+ virtual void getResponseBody(ErrorString*, const String& requestId, PassRefPtr<GetResponseBodyCallback>); |
virtual void replayXHR(ErrorString*, const String& requestId); |