diff options
Diffstat (limited to 'components/nacl/common/nacl_messages.h')
-rw-r--r-- | components/nacl/common/nacl_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/nacl/common/nacl_messages.h b/components/nacl/common/nacl_messages.h index bfb8f4b..9f892be 100644 --- a/components/nacl/common/nacl_messages.h +++ b/components/nacl/common/nacl_messages.h @@ -24,7 +24,7 @@ IPC_STRUCT_TRAITS_BEGIN(nacl::NaClStartParams) IPC_STRUCT_TRAITS_MEMBER(enable_ipc_proxy) IPC_STRUCT_TRAITS_MEMBER(uses_irt) IPC_STRUCT_TRAITS_MEMBER(enable_dyncode_syscalls) - IPC_STRUCT_TRAITS_MEMBER(enable_nonsfi_mode) + IPC_STRUCT_TRAITS_MEMBER(uses_nonsfi_mode) IPC_STRUCT_TRAITS_END() //----------------------------------------------------------------------------- |