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..d4319b70febba1d8aab34ae6ccfafd3b2781621c 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) |
@@ -105,3 +106,6 @@ IPC_SYNC_MESSAGE_CONTROL2_3(NaClHostMsg_OpenNaClExecutable, |
IPC_SYNC_MESSAGE_CONTROL0_1(NaClHostMsg_NaClGetNumProcessors, |
int /* Number of processors */) |
+ |
+IPC_SYNC_MESSAGE_CONTROL0_1(NaClHostMsg_NaClIsNonSFIEnabled, |
+ bool /* enabled */) |