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

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

Issue 1199043004: Add tests to FetchBlobDataConsumerHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@fix-tests
Patch Set: Created 5 years, 5 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/FetchBlobDataConsumerHandleTest.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 143a0ee979eb7333f08e463e66dcb39615942501..f94b404bab9d55fbd707199c09b2af6cf040e68a 100644
--- a/Source/modules/fetch/FetchBlobDataConsumerHandle.h
+++ b/Source/modules/fetch/FetchBlobDataConsumerHandle.h
@@ -7,6 +7,7 @@
#include "core/fetch/ResourceLoaderOptions.h"
#include "core/loader/ThreadableLoader.h"
+#include "modules/ModulesExport.h"
#include "modules/fetch/FetchDataConsumerHandle.h"
#include "platform/blob/BlobData.h"
#include "wtf/PassOwnPtr.h"
@@ -16,9 +17,10 @@
namespace blink {
class ExecutionContext;
-class FetchBlobDataConsumerHandle final : public FetchDataConsumerHandle {
+class MODULES_EXPORT FetchBlobDataConsumerHandle final : public FetchDataConsumerHandle {
+ WTF_MAKE_NONCOPYABLE(FetchBlobDataConsumerHandle);
public:
- class LoaderFactory : public GarbageCollectedFinalized<LoaderFactory> {
+ class MODULES_EXPORT LoaderFactory : public GarbageCollectedFinalized<LoaderFactory> {
public:
virtual PassRefPtr<ThreadableLoader> create(ExecutionContext&, ThreadableLoaderClient*, const ResourceRequest&, const ThreadableLoaderOptions&, const ResourceLoaderOptions&) = 0;
virtual ~LoaderFactory() { }
« no previous file with comments | « no previous file | Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698