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

Unified Diff: blimp/engine/mojo/blob_channel_service.h

Issue 2033013003: Use shared memory for moving data over BlobChannel Mojo interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-master
Patch Set: IPC owners file added. Created 4 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 | « blimp/engine/mojo/blob_channel.mojom ('k') | blimp/engine/mojo/blob_channel_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/mojo/blob_channel_service.h
diff --git a/blimp/engine/mojo/blob_channel_service.h b/blimp/engine/mojo/blob_channel_service.h
index 84e9623ab02af99f445f745b4fcf5b7edaf5ca87..f97abd7d76eb5901ed85c1c2078a49257192acec 100644
--- a/blimp/engine/mojo/blob_channel_service.h
+++ b/blimp/engine/mojo/blob_channel_service.h
@@ -31,7 +31,9 @@ class BlobChannelService : public mojom::BlobChannel {
mojom::BlobChannelRequest request);
// BlobChannel implementation.
- void PutBlob(const mojo::String& id, const mojo::String& data) override;
+ void PutBlob(const mojo::String& id,
+ mojo::ScopedSharedBufferHandle data,
+ uint32_t size) override;
void DeliverBlob(const mojo::String& id) override;
// Binds |this| and its object lifetime to a Mojo connection.
« no previous file with comments | « blimp/engine/mojo/blob_channel.mojom ('k') | blimp/engine/mojo/blob_channel_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698