Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: content/public/common/sandbox_init.h

Issue 1029283003: WIP: Implement seccomp-bpf sandbox for nacl_helper_nonsfi. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_nacl_nonsfi.gyp ('k') | sandbox/linux/bpf_dsl/codegen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/sandbox_init.h
diff --git a/content/public/common/sandbox_init.h b/content/public/common/sandbox_init.h
index bd12ff89bee72046f7fbd7110e534385002195fd..0eaffb41516c546780eb75647a49f9d5918ee196 100644
--- a/content/public/common/sandbox_init.h
+++ b/content/public/common/sandbox_init.h
@@ -82,7 +82,7 @@ CONTENT_EXPORT base::Process StartSandboxedProcess(
CONTENT_EXPORT bool InitializeSandbox(int sandbox_type,
const base::FilePath& allowed_path);
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_NACL_NONSFI)
class SandboxInitializerDelegate;
« no previous file with comments | « content/content_nacl_nonsfi.gyp ('k') | sandbox/linux/bpf_dsl/codegen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698