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

Unified Diff: ipc/mojo/ipc.mojom

Issue 1809323002: ChannelMojo: Remove intermediate Message struct (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | ipc/mojo/ipc_message_pipe_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/ipc.mojom
diff --git a/ipc/mojo/ipc.mojom b/ipc/mojo/ipc.mojom
index 6b69ced5486b3c4b0ec1b982d17d91d806144055..d15a23c3e95157dce6ef3da7fb045ca350ef0b75 100644
--- a/ipc/mojo/ipc.mojom
+++ b/ipc/mojo/ipc.mojom
@@ -16,13 +16,8 @@ struct SerializedHandle {
Type type;
};
-struct Message {
- array<uint8> data;
- array<SerializedHandle>? handles;
-};
-
interface Channel {
- Receive(Message message);
+ Receive(array<uint8> data, array<SerializedHandle>? handles);
};
// An interface for connecting a pair of Channel interfaces representing a
« no previous file with comments | « no previous file | ipc/mojo/ipc_message_pipe_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698