| Index: sandbox/linux/suid/common/sandbox.h
|
| diff --git a/sandbox/linux/suid/common/sandbox.h b/sandbox/linux/suid/common/sandbox.h
|
| index aad4ff8bd308298896685a83fd2d3be49b6b9f6a..9345287815080648346a984b4322307a6e2f5442 100644
|
| --- a/sandbox/linux/suid/common/sandbox.h
|
| +++ b/sandbox/linux/suid/common/sandbox.h
|
| @@ -12,9 +12,6 @@ namespace sandbox {
|
| // These are command line switches that may be used by other programs
|
| // (e.g. Chrome) to construct a command line for the sandbox.
|
| static const char kAdjustOOMScoreSwitch[] = "--adjust-oom-score";
|
| -#if defined(OS_CHROMEOS)
|
| -static const char kAdjustLowMemMarginSwitch[] = "--adjust-low-mem";
|
| -#endif
|
|
|
| static const char kSandboxDescriptorEnvironmentVarName[] = "SBX_D";
|
| static const char kSandboxHelperPidEnvironmentVarName[] = "SBX_HELPER_PID";
|
|
|