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

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

Issue 1265413002: Introduce FetchFormDataConsumerHandle. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « no previous file | Source/modules/fetch/FetchBlobDataConsumerHandle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/FetchBlobDataConsumerHandle.h
diff --git a/Source/modules/fetch/FetchBlobDataConsumerHandle.h b/Source/modules/fetch/FetchBlobDataConsumerHandle.h
index f94b404bab9d55fbd707199c09b2af6cf040e68a..970f35f83a0c3b46d988b9b52315b0f8534b44d6 100644
--- a/Source/modules/fetch/FetchBlobDataConsumerHandle.h
+++ b/Source/modules/fetch/FetchBlobDataConsumerHandle.h
@@ -17,6 +17,8 @@
namespace blink {
class ExecutionContext;
+// A FetchBlobDataConsumerHandle is created from a blob handle and it will
+// return a valid handle from drainAsBlobDataHandle as much as possible.
class MODULES_EXPORT FetchBlobDataConsumerHandle final : public FetchDataConsumerHandle {
WTF_MAKE_NONCOPYABLE(FetchBlobDataConsumerHandle);
public:
« no previous file with comments | « no previous file | Source/modules/fetch/FetchBlobDataConsumerHandle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698