| Index: base/linux_util.h
|
| diff --git a/base/linux_util.h b/base/linux_util.h
|
| index 4f2808b93f5188d4318663fa6a78bb4dfac1e927..1f1ff15726b75e51abb9f524e0d4f3745270edb2 100644
|
| --- a/base/linux_util.h
|
| +++ b/base/linux_util.h
|
| @@ -17,6 +17,11 @@ namespace base {
|
|
|
| static const char kFindInodeSwitch[] = "--find-inode";
|
|
|
| +// This should be kept in sync with sandbox/linux/suid/sandbox.c
|
| +static const long kSUIDSandboxApiNumber = 0;
|
| +static const char kSandboxEnvironmentApiRequest[] = "SBX_CHROME_API_RQ";
|
| +static const char kSandboxEnvironmentApiProvides[] = "SBX_CHROME_API_PRV";
|
| +
|
| // This is declared here so the crash reporter can access the memory directly
|
| // in compromised context without going through the standard library.
|
| BASE_EXPORT extern char g_linux_distro[];
|
|
|