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; |
Mark Seaborn
2013/12/10 19:56:44
This doesn't work by itself. For the field to be
hidehiko
2013/12/11 07:56:14
Ah, I should test it more carefully. It looked wor
|
}; |
// Parameters sent to the browser process to have it launch a NaCl process. |