Index: content/public/common/sandbox_init.h |
diff --git a/content/public/common/sandbox_init.h b/content/public/common/sandbox_init.h |
index 646b083df7b7918bdd8cb7e3f580bcc9836dde9d..b364f49ac8cebe6eee624cbbd2d6e76505941c1c 100644 |
--- a/content/public/common/sandbox_init.h |
+++ b/content/public/common/sandbox_init.h |
@@ -80,15 +80,7 @@ CONTENT_EXPORT bool InitializeSandbox(int sandbox_type, |
#elif defined(OS_LINUX) |
-// Initialize the sandbox (currently seccomp-legacy or seccomp-bpf, the setuid |
-// sandbox works differently and is set-up in the Zygote). |
-// The process sandbox type is determined at run time via the command line |
-// switches. TODO(jln): switch to a model where the caller chooses a sandbox |
-// type. |
-// This should be called before any additional thread has been created. |
-// |
-// Returns true if a sandbox has been initialized successfully, false |
-// otherwise. |
+// Not implemented at the moment. |
jam
2013/04/12 23:25:34
nit: why not delete this method now and the cc fil
jln (very slow on Chromium)
2013/04/12 23:54:02
I thought it would be nicer to point to the bug pl
|
CONTENT_EXPORT bool InitializeSandbox(); |
#endif |