Chromium Code Reviews| Index: chrome/browser/zygote_host_linux.h |
| =================================================================== |
| --- chrome/browser/zygote_host_linux.h (revision 34180) |
| +++ chrome/browser/zygote_host_linux.h (working copy) |
| @@ -55,6 +55,8 @@ |
| int control_fd_; // the socket to the zygote |
| pid_t pid_; |
| bool init_; |
| + bool using_suid_sandbox_; |
| + std::string sandbox_binary_; |
| }; |
| #endif // CHROME_BROWSER_ZYGOTE_HOST_LINUX_H_ |