| 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..4f0a680d79eacf6e6481f0900851f520968ec323 100644
|
| --- a/content/common/sandbox_linux/sandbox_linux.h
|
| +++ b/content/common/sandbox_linux/sandbox_linux.h
|
| @@ -30,7 +30,7 @@ class LinuxSandbox {
|
| enum LinuxSandboxIPCMethods {
|
| METHOD_GET_FONT_FAMILY_FOR_CHAR = 32,
|
| METHOD_LOCALTIME = 33,
|
| - METHOD_GET_CHILD_WITH_INODE = 34,
|
| + DEPRECATED_METHOD_GET_CHILD_WITH_INODE = 34,
|
| METHOD_GET_STYLE_FOR_STRIKE = 35,
|
| METHOD_MAKE_SHARED_MEMORY_SEGMENT = 36,
|
| METHOD_MATCH_WITH_FALLBACK = 37,
|
|
|