| Index: sandbox/linux/suid/common/sandbox.h
|
| diff --git a/sandbox/linux/suid/common/sandbox.h b/sandbox/linux/suid/common/sandbox.h
|
| index 9345287815080648346a984b4322307a6e2f5442..99eb7b512070e79ca4fe78097e21308b8fab4eda 100644
|
| --- a/sandbox/linux/suid/common/sandbox.h
|
| +++ b/sandbox/linux/suid/common/sandbox.h
|
| @@ -11,6 +11,7 @@ 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 kSuidSandboxGetApiSwitch[] = "--get-api";
|
| static const char kAdjustOOMScoreSwitch[] = "--adjust-oom-score";
|
|
|
| static const char kSandboxDescriptorEnvironmentVarName[] = "SBX_D";
|
|
|