| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 89b4d57812acb96224cbdaad335feeae91587752..53979ba7fc20719083819c00fc6d0f5f80dbea26 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1408,8 +1408,9 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
| // the process and return a handle to an IMC channel.
|
| IPC_SYNC_MESSAGE_CONTROL2_3(ViewHostMsg_LaunchNaCl,
|
| std::wstring /* url for the NaCl module */,
|
| - int /* channel number */,
|
| - nacl::FileDescriptor /* imc channel handle */,
|
| + int /* socket count */,
|
| + std::vector<nacl::FileDescriptor>
|
| + /* imc channel handles */,
|
| base::ProcessHandle /* NaCl process handle */,
|
| base::ProcessId /* NaCl process id */)
|
|
|
|
|