Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1315)

Unified Diff: Source/core/inspector/InspectorResourceAgent.h

Issue 23658039: [ABANDONED] Get content of resources from Blob when the downloadToFile option is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698