Index: components/nacl/zygote/nacl_fork_delegate_linux.h |
diff --git a/components/nacl/zygote/nacl_fork_delegate_linux.h b/components/nacl/zygote/nacl_fork_delegate_linux.h |
index a5ec534aa21ebcb9339eeb2877336e37a830f207..229790639a46e1aeee50653b70ef6792400a2caf 100644 |
--- a/components/nacl/zygote/nacl_fork_delegate_linux.h |
+++ b/components/nacl/zygote/nacl_fork_delegate_linux.h |
@@ -51,6 +51,7 @@ class NaClForkDelegate : public content::ZygoteForkDelegate { |
NaClHelperStatus status_; |
int fd_; |
+ bool uses_nonsfi_mode_; |
}; |
#endif // COMPONENTS_NACL_ZYGOTE_NACL_FORK_DELEGATE_LINUX_H_ |