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

Unified Diff: third_party/WebKit/public/platform/WebBlobRegistry.h

Issue 2892953006: WIP POC blob transport over mojo
Patch Set: pass mojo blobs over ipc Created 3 years, 7 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 | « third_party/WebKit/public/platform/Platform.h ('k') | third_party/WebKit/public/platform/blobs.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebBlobRegistry.h
diff --git a/third_party/WebKit/public/platform/WebBlobRegistry.h b/third_party/WebKit/public/platform/WebBlobRegistry.h
index 19a65b3f9fc4c0c39bd5a2ccba2139d5ba219aa6..df0b9c334775f30fc14e3b68d9652fb982c8e1c6 100644
--- a/third_party/WebKit/public/platform/WebBlobRegistry.h
+++ b/third_party/WebKit/public/platform/WebBlobRegistry.h
@@ -36,6 +36,10 @@
#include <memory>
+namespace base {
+class SingleThreadTaskRunner;
+}
+
namespace blink {
class WebBlobData;
@@ -82,6 +86,8 @@ class WebBlobRegistry {
virtual ~WebBlobRegistry() {}
+ virtual base::SingleThreadTaskRunner* GetIORunner() { return nullptr; }
+
// TODO(dmurph): Deprecate and migrate to createBuilder
virtual void RegisterBlobData(const WebString& uuid, const WebBlobData&) {}
« no previous file with comments | « third_party/WebKit/public/platform/Platform.h ('k') | third_party/WebKit/public/platform/blobs.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698