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

Unified Diff: Source/modules/fetch/Response.h

Issue 1171913003: **** [WIP] Blink-side: Implement FetchBlobDataConsumerHandle **** (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clean up. Created 5 years, 6 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
« no previous file with comments | « Source/modules/fetch/Request.cpp ('k') | Source/modules/fetch/Response.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/Response.h
diff --git a/Source/modules/fetch/Response.h b/Source/modules/fetch/Response.h
index 018bcc0d4c2235ab766ab539443a9edde4058bd1..b1883f4a32ff76c29a62454bc97ca91654329b9c 100644
--- a/Source/modules/fetch/Response.h
+++ b/Source/modules/fetch/Response.h
@@ -18,7 +18,7 @@
namespace blink {
class Blob;
-class BodyStreamBuffer;
+class BodyStreamBuffer2;
class DOMArrayBuffer;
class ExceptionState;
class ResponseInit;
@@ -61,12 +61,10 @@ public:
bool hasBody() const;
- PassRefPtr<BlobDataHandle> blobDataHandle() const override;
- BodyStreamBuffer* buffer() const override;
+ BodyStreamBuffer2* buffer() const override;
String mimeType() const override;
- PassRefPtr<BlobDataHandle> internalBlobDataHandle() const;
- BodyStreamBuffer* internalBuffer() const;
+ BodyStreamBuffer2* internalBuffer() const;
String internalMIMEType() const;
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « Source/modules/fetch/Request.cpp ('k') | Source/modules/fetch/Response.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698