Index: components/nacl/common/nacl_helper_linux.h |
diff --git a/components/nacl/common/nacl_helper_linux.h b/components/nacl/common/nacl_helper_linux.h |
index d55ba1fade1493d0e4b3ee26e5f645009d108e42..cad3f613b391ae9cf247f5a3b1784409b80c8f1a 100644 |
--- a/components/nacl/common/nacl_helper_linux.h |
+++ b/components/nacl/common/nacl_helper_linux.h |
@@ -26,11 +26,4 @@ enum NaClZygoteIPCCommand { |
// For communications between NaCl loader and zygote. |
#define kNaClZygoteDescriptor 3 |
-// For communications between the NaCl loader process and |
-// the SUID sandbox. |
-#define kNaClSandboxDescriptor 5 |
-// NOTE: kNaClSandboxDescriptor must match |
-// content/browser/zygote_main_linux.cc |
-// kMagicSandboxIPCDescriptor. |
- |
#endif // COMPONENTS_NACL_COMMON_NACL_HELPER_LINUX_H_ |
Mark Seaborn
2013/10/15 20:59:46
Nit: keep an empty line before this #endif
|