| Index: content/common/sandbox_linux/sandbox_linux.h
|
| diff --git a/content/common/sandbox_linux/sandbox_linux.h b/content/common/sandbox_linux/sandbox_linux.h
|
| index 235ba96ce6367382d7557c8359eab6b9a7a19610..ffc13431d9b8070d3ec9c29da4ac159e348f6ed1 100644
|
| --- a/content/common/sandbox_linux/sandbox_linux.h
|
| +++ b/content/common/sandbox_linux/sandbox_linux.h
|
| @@ -34,6 +34,7 @@ class LinuxSandbox {
|
| METHOD_GET_STYLE_FOR_STRIKE = 35,
|
| METHOD_MAKE_SHARED_MEMORY_SEGMENT = 36,
|
| METHOD_MATCH_WITH_FALLBACK = 37,
|
| + METHOD_GET_REAL_PID = 38,
|
| };
|
|
|
| // Get our singleton instance.
|
|
|