diff options
Diffstat (limited to 'chrome/common/nacl_messages_internal.h')
-rw-r--r-- | chrome/common/nacl_messages_internal.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/common/nacl_messages_internal.h b/chrome/common/nacl_messages_internal.h index abde832..8d95cc7 100644 --- a/chrome/common/nacl_messages_internal.h +++ b/chrome/common/nacl_messages_internal.h @@ -10,9 +10,8 @@ // These are messages sent from the browser to the NaCl process. IPC_BEGIN_MESSAGES(NaClProcess) // Tells the NaCl process to start. - IPC_MESSAGE_CONTROL2(NaClProcessMsg_Start, - int /* descriptor id */, - nacl::FileDescriptor /* handle value */) + IPC_MESSAGE_CONTROL1(NaClProcessMsg_Start, + std::vector<nacl::FileDescriptor> /* sockets */) // Tells the NaCl broker to launch a NaCl loader process. IPC_MESSAGE_CONTROL1(NaClProcessMsg_LaunchLoaderThroughBroker, |