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

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

Issue 1222663002: Make CompositeDataConsumerHandle non-copyable to pass compilation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/CompositeDataConsumerHandle.h
diff --git a/Source/modules/fetch/CompositeDataConsumerHandle.h b/Source/modules/fetch/CompositeDataConsumerHandle.h
index 48c926439e8b8d81eabdc8de510a3b3ca84bd3d9..9bfde18d936495b2ec9e648dd5ff7345936f1953 100644
--- a/Source/modules/fetch/CompositeDataConsumerHandle.h
+++ b/Source/modules/fetch/CompositeDataConsumerHandle.h
@@ -17,6 +17,7 @@ namespace blink {
// owns a web data consumer handle and delegates methods. A user can update
// the handle by using |update| method.
class MODULES_EXPORT CompositeDataConsumerHandle final : public WebDataConsumerHandle {
+ WTF_MAKE_NONCOPYABLE(CompositeDataConsumerHandle);
public:
// |handle| must not be null and must not be locked.
static PassOwnPtr<CompositeDataConsumerHandle> create(PassOwnPtr<WebDataConsumerHandle> handle)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698