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

Unified Diff: content/child/blob_storage/webblobregistry_impl.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 | « content/browser/storage_partition_impl.h ('k') | content/child/blob_storage/webblobregistry_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blob_storage/webblobregistry_impl.h
diff --git a/content/child/blob_storage/webblobregistry_impl.h b/content/child/blob_storage/webblobregistry_impl.h
index 6cfbd71f3de92a082926d097b721971040470845..317d11d4f516a8c984de2755e876c6a4492bb49c 100644
--- a/content/child/blob_storage/webblobregistry_impl.h
+++ b/content/child/blob_storage/webblobregistry_impl.h
@@ -33,6 +33,8 @@ class WebBlobRegistryImpl : public blink::WebBlobRegistry {
scoped_refptr<ThreadSafeSender> sender);
~WebBlobRegistryImpl() override;
+ base::SingleThreadTaskRunner* GetIORunner() override;
+
// TODO(dmurph): remove this after moving to createBuilder. crbug.com/504583
void RegisterBlobData(const blink::WebString& uuid,
const blink::WebBlobData& data) override;
« no previous file with comments | « content/browser/storage_partition_impl.h ('k') | content/child/blob_storage/webblobregistry_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698