Index: components/nacl/common/nacl_types.h |
diff --git a/components/nacl/common/nacl_types.h b/components/nacl/common/nacl_types.h |
index 47fccddd9634fe018bd400b407ecbd4673914693..747c9acfb5aae3fadb43e63bf0daff1f4fa9337f 100644 |
--- a/components/nacl/common/nacl_types.h |
+++ b/components/nacl/common/nacl_types.h |
@@ -60,6 +60,7 @@ struct NaClStartParams { |
bool enable_ipc_proxy; |
bool uses_irt; |
bool enable_dyncode_syscalls; |
+ bool enable_nonsfi_mode; |
}; |
// Parameters sent to the browser process to have it launch a NaCl process. |