Chromium Code Reviews| 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..669fa0835b3504a77632a9b2f79e10224104c786 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, |
| + // unused = 34, (was METHOD_GET_CHILD_WITH_INODE) |
|
jln (very slow on Chromium)
2014/05/09 00:01:28
How about just renaming it to DEPRECATED_METHOD_..
mdempsky
2014/05/09 00:04:30
Done.
|
| METHOD_GET_STYLE_FOR_STRIKE = 35, |
| METHOD_MAKE_SHARED_MEMORY_SEGMENT = 36, |
| METHOD_MATCH_WITH_FALLBACK = 37, |