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

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

Issue 2392823002: Remove create[Done|UnexpectedError]DataConsumerHandle (Closed)
Patch Set: fix Created 4 years, 2 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 | third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
diff --git a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
index 484bfdf88ec4da10ffd0db8eceade46d98baf0a1..daa3d2aeb5a0c76deb672eeeb5ee07928aec1b8c 100644
--- a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
+++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
@@ -28,10 +28,6 @@ class MODULES_EXPORT BodyStreamBuffer final : public UnderlyingSourceBase,
USING_GARBAGE_COLLECTED_MIXIN(BodyStreamBuffer);
public:
- // |handle| cannot be null and cannot be locked.
- // This function must be called with entering an appropriate V8 context.
- BodyStreamBuffer(ScriptState*,
- std::unique_ptr<FetchDataConsumerHandle> /* handle */);
// |consumer| must not have a client.
// This function must be called with entering an appropriate V8 context.
BodyStreamBuffer(ScriptState*, BytesConsumer* /* consumer */);
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698