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

Unified Diff: third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandle.h

Issue 2356693002: Remove BytesConsumer::read (Closed)
Patch Set: fix Created 4 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: third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandle.h
diff --git a/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandle.h b/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandle.h
index cee1a54d4138b183c2bf9e40967b766818130d06..8f11070c14ddecd8344be44baa9f79be0187214a 100644
--- a/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandle.h
+++ b/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandle.h
@@ -26,7 +26,6 @@ public:
BytesConsumerForDataConsumerHandle(ExecutionContext*, std::unique_ptr<FetchDataConsumerHandle>);
~BytesConsumerForDataConsumerHandle() override;
- Result read(char* buffer, size_t /* size */, size_t* readSize) override;
Result beginRead(const char** buffer, size_t* available) override;
PassRefPtr<BlobDataHandle> drainAsBlobDataHandle(BlobSizePolicy) override;
PassRefPtr<EncodedFormData> drainAsFormData() override;

Powered by Google App Engine
This is Rietveld 408576698