diff options
Diffstat (limited to 'components/nacl/common/nacl_messages.h')
-rw-r--r-- | components/nacl/common/nacl_messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/nacl/common/nacl_messages.h b/components/nacl/common/nacl_messages.h index bb58f9e..a3b89e2 100644 --- a/components/nacl/common/nacl_messages.h +++ b/components/nacl/common/nacl_messages.h @@ -14,6 +14,7 @@ #define IPC_MESSAGE_START NaClMsgStart IPC_STRUCT_TRAITS_BEGIN(nacl::NaClStartParams) + IPC_STRUCT_TRAITS_MEMBER(nexe_file) IPC_STRUCT_TRAITS_MEMBER(handles) IPC_STRUCT_TRAITS_MEMBER(debug_stub_server_bound_socket) IPC_STRUCT_TRAITS_MEMBER(validation_cache_enabled) |