| Index: components/nacl/common/nacl_messages.h
|
| diff --git a/components/nacl/common/nacl_messages.h b/components/nacl/common/nacl_messages.h
|
| index 191d5b978088db776ed57258d774ff910f7f0e35..0f09209807f89697d3e0d78f2963050f149eff65 100644
|
| --- a/components/nacl/common/nacl_messages.h
|
| +++ b/components/nacl/common/nacl_messages.h
|
| @@ -18,7 +18,9 @@ IPC_STRUCT_TRAITS_BEGIN(nacl::NaClStartParams)
|
| IPC_STRUCT_TRAITS_MEMBER(nexe_file)
|
| IPC_STRUCT_TRAITS_MEMBER(nexe_file_path_metadata)
|
| IPC_STRUCT_TRAITS_MEMBER(prefetched_resource_files)
|
| - IPC_STRUCT_TRAITS_MEMBER(handles)
|
| + IPC_STRUCT_TRAITS_MEMBER(imc_bootstrap_handle)
|
| + IPC_STRUCT_TRAITS_MEMBER(irt_handle)
|
| + IPC_STRUCT_TRAITS_MEMBER(mac_shm_fd)
|
| IPC_STRUCT_TRAITS_MEMBER(debug_stub_server_bound_socket)
|
| IPC_STRUCT_TRAITS_MEMBER(validation_cache_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(validation_cache_key)
|
|
|