| 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..142964fe132d03562d3999ed86aaa67a508c478d 100644
|
| --- a/components/nacl/common/nacl_helper_linux.h
|
| +++ b/components/nacl/common/nacl_helper_linux.h
|
| @@ -26,11 +26,5 @@ 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_
|
|
|