diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-04 18:01:13 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-04 18:01:13 +0000 |
commit | c9747233d6434ac89d40ab3d3c12a6693424768e (patch) | |
tree | 7ccc30a9d1a7854a4545592ffc4d167cc01ab4e4 /chrome/common/sandbox_methods_linux.h | |
parent | 3383005f0e905b01a278f1bf7c03c4e77e0a1da2 (diff) | |
download | chromium_src-c9747233d6434ac89d40ab3d3c12a6693424768e.zip chromium_src-c9747233d6434ac89d40ab3d3c12a6693424768e.tar.gz chromium_src-c9747233d6434ac89d40ab3d3c12a6693424768e.tar.bz2 |
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35458 0039d316-1c4b-4281-b951-d872f2087c98
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 22fbf29..71c6883 100644 --- a/chrome/common/sandbox_methods_linux.h +++ b/chrome/common/sandbox_methods_linux.h @@ -15,6 +15,7 @@ class LinuxSandbox { METHOD_GET_FONT_FAMILY_FOR_CHARS = 32, METHOD_LOCALTIME = 33, METHOD_GET_CHILD_WITH_INODE = 34, + METHOD_GET_STYLE_FOR_STRIKE = 35, }; }; |