| Index: components/nacl/common/nacl_host_messages.h
|
| diff --git a/components/nacl/common/nacl_host_messages.h b/components/nacl/common/nacl_host_messages.h
|
| index ec0f07b98e448923c0473bb2e6057ddc2dcbffcb..fb1a093593ef4fc49f0567b1ce86cab425084757 100644
|
| --- a/components/nacl/common/nacl_host_messages.h
|
| +++ b/components/nacl/common/nacl_host_messages.h
|
| @@ -31,7 +31,8 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(nacl::NaClLaunchResult)
|
| IPC_STRUCT_TRAITS_MEMBER(imc_channel_handle)
|
| - IPC_STRUCT_TRAITS_MEMBER(ipc_channel_handle)
|
| + IPC_STRUCT_TRAITS_MEMBER(untrusted_ipc_channel_handle)
|
| + IPC_STRUCT_TRAITS_MEMBER(trusted_ipc_channel_handle)
|
| IPC_STRUCT_TRAITS_MEMBER(plugin_pid)
|
| IPC_STRUCT_TRAITS_MEMBER(plugin_child_id)
|
| IPC_STRUCT_TRAITS_END()
|
| @@ -99,3 +100,6 @@ IPC_SYNC_MESSAGE_CONTROL2_3(NaClHostMsg_OpenNaClExecutable,
|
| IPC::PlatformFileForTransit /* output file */,
|
| uint64 /* file_token_lo */,
|
| uint64 /* file_token_hi */)
|
| +
|
| +IPC_SYNC_MESSAGE_CONTROL0_1(NaClHostMsg_CreateTrustedPluginChannel,
|
| + IPC::ChannelHandle /* channel_handle */)
|
|
|