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

Unified Diff: content/child/blob_storage/webblobregistry_impl.cc

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 | « content/child/blob_storage/webblobregistry_impl.h ('k') | content/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blob_storage/webblobregistry_impl.cc
diff --git a/content/child/blob_storage/webblobregistry_impl.cc b/content/child/blob_storage/webblobregistry_impl.cc
index cda1464ea98f236fd0c8baf8bb29050bb77f34d7..2f24dfd1e35b6fcd28e1ea7b7b449be037f55777 100644
--- a/content/child/blob_storage/webblobregistry_impl.cc
+++ b/content/child/blob_storage/webblobregistry_impl.cc
@@ -50,6 +50,10 @@ WebBlobRegistryImpl::WebBlobRegistryImpl(
WebBlobRegistryImpl::~WebBlobRegistryImpl() {
}
+base::SingleThreadTaskRunner* WebBlobRegistryImpl::GetIORunner() {
+ return io_runner_.get();
+}
+
std::unique_ptr<WebBlobRegistry::Builder> WebBlobRegistryImpl::CreateBuilder(
const blink::WebString& uuid,
const blink::WebString& content_type) {
« no previous file with comments | « content/child/blob_storage/webblobregistry_impl.h ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698