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

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

Issue 2342233002: Remove Fetch[Blob|FormData]ConsumerHandle (Closed)
Patch Set: rebase 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/RequestInit.h
diff --git a/third_party/WebKit/Source/modules/fetch/RequestInit.h b/third_party/WebKit/Source/modules/fetch/RequestInit.h
index 593f71306e78da34ea83900828518dcef35d4f12..99094215ac3edf4173281c39925a019d224bc4a7 100644
--- a/third_party/WebKit/Source/modules/fetch/RequestInit.h
+++ b/third_party/WebKit/Source/modules/fetch/RequestInit.h
@@ -15,8 +15,8 @@
namespace blink {
+class BytesConsumer;
class ExceptionState;
-class FetchDataConsumerHandle;
class Headers;
// FIXME: Use IDL dictionary instead of this class.
@@ -29,7 +29,7 @@ public:
Member<Headers> headers;
Dictionary headersDictionary;
String contentType;
- std::unique_ptr<FetchDataConsumerHandle> body;
+ Member<BytesConsumer> body;
Referrer referrer;
String mode;
String credentials;
« no previous file with comments | « third_party/WebKit/Source/modules/fetch/Request.cpp ('k') | third_party/WebKit/Source/modules/fetch/RequestInit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698