Chromium Code Reviews| 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/12 04:49:48
You should also update components/nacl/common/nacl
hidehiko
2013/12/12 09:26:04
Done.
|
| }; |
| // Parameters sent to the browser process to have it launch a NaCl process. |