Chromium Code Reviews| Index: chrome/common/sandbox_methods_linux.h |
| diff --git a/chrome/common/sandbox_methods_linux.h b/chrome/common/sandbox_methods_linux.h |
| index cfa2c8400424531ee93f747c6aa8d1946980890c..4dceba0c6d67880b75a2bf4d6ca7657524d82c0e 100644 |
| --- a/chrome/common/sandbox_methods_linux.h |
| +++ b/chrome/common/sandbox_methods_linux.h |
| @@ -13,6 +13,7 @@ class LinuxSandbox { |
| public: |
| enum Methods { |
| METHOD_GET_FONT_FAMILY_FOR_CHARS = 32, |
| + METHOD_LOCALTIME = 33, |
| }; |
| }; |