| Index: sandbox/linux/suid/sandbox.c
|
| diff --git a/sandbox/linux/suid/sandbox.c b/sandbox/linux/suid/sandbox.c
|
| index b46e906e16502c6d8317add2ad8962ee74e31291..9c2ecde09a15f28e20d2d4344344b220e6ccf3c8 100644
|
| --- a/sandbox/linux/suid/sandbox.c
|
| +++ b/sandbox/linux/suid/sandbox.c
|
| @@ -44,7 +44,7 @@ static const char kSandboxDescriptorEnvironmentVarName[] = "SBX_D";
|
| static const char kSandboxHelperPidEnvironmentVarName[] = "SBX_HELPER_PID";
|
|
|
| // Should be kept in sync with base/linux_util.h
|
| -static const long kSUIDSandboxApiNumber = 0;
|
| +static const long kSUIDSandboxApiNumber = 1;
|
| static const char kSandboxEnvironmentApiRequest[] = "SBX_CHROME_API_RQ";
|
| static const char kSandboxEnvironmentApiProvides[] = "SBX_CHROME_API_PRV";
|
|
|
|
|