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 |