| 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 6918dc4d3f35b692b7a676631a16ce2132a2789b..3a1e447b85ebcdbb22809cdc716fbda9587dc7ef 100644
|
| --- a/components/nacl/common/nacl_host_messages.h
|
| +++ b/components/nacl/common/nacl_host_messages.h
|
| @@ -24,6 +24,7 @@ IPC_STRUCT_TRAITS_BEGIN(nacl::NaClLaunchParams)
|
| IPC_STRUCT_TRAITS_MEMBER(render_view_id)
|
| IPC_STRUCT_TRAITS_MEMBER(permission_bits)
|
| IPC_STRUCT_TRAITS_MEMBER(uses_irt)
|
| + IPC_STRUCT_TRAITS_MEMBER(uses_nonsfi_mode)
|
| IPC_STRUCT_TRAITS_MEMBER(enable_dyncode_syscalls)
|
| IPC_STRUCT_TRAITS_MEMBER(enable_exception_handling)
|
| IPC_STRUCT_TRAITS_MEMBER(enable_crash_throttling)
|
|
|