Chromium Code Reviews| Index: content/public/common/sandbox_init.h |
| =================================================================== |
| --- content/public/common/sandbox_init.h (revision 131872) |
| +++ content/public/common/sandbox_init.h (working copy) |
| @@ -46,6 +46,8 @@ |
| // taken and true is always returned. |
| CONTENT_EXPORT bool InitializeSandbox(int sandbox_type, |
| const FilePath& allowed_path); |
| +#elif defined(OS_LINUX) |
| +CONTENT_EXPORT void InitializeSandbox(); |
| #endif |
| } // namespace content |