diff options
Diffstat (limited to 'chrome/common/sandbox_methods_linux.h')
-rw-r--r-- | chrome/common/sandbox_methods_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/sandbox_methods_linux.h b/chrome/common/sandbox_methods_linux.h index 71c6883..ca7b60d 100644 --- a/chrome/common/sandbox_methods_linux.h +++ b/chrome/common/sandbox_methods_linux.h @@ -16,6 +16,7 @@ class LinuxSandbox { METHOD_LOCALTIME = 33, METHOD_GET_CHILD_WITH_INODE = 34, METHOD_GET_STYLE_FOR_STRIKE = 35, + METHOD_MAKE_SHARED_MEMORY_SEGMENT = 36, }; }; |