diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-04 18:03:33 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-04 18:03:33 +0000 |
commit | 4373fa487f2e3d21471bfcdd2b2e0e227b5bea9f (patch) | |
tree | 956d6879b48a0552185f942d34fd86a5d05df8ca /chrome/common | |
parent | c9747233d6434ac89d40ab3d3c12a6693424768e (diff) | |
download | chromium_src-4373fa487f2e3d21471bfcdd2b2e0e227b5bea9f.zip chromium_src-4373fa487f2e3d21471bfcdd2b2e0e227b5bea9f.tar.gz chromium_src-4373fa487f2e3d21471bfcdd2b2e0e227b5bea9f.tar.bz2 |
This reverts commit r35458.
(I screwed up and committed in the wrong terminal.)
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/sandbox_methods_linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/sandbox_methods_linux.h b/chrome/common/sandbox_methods_linux.h index 71c6883..22fbf29 100644 --- a/chrome/common/sandbox_methods_linux.h +++ b/chrome/common/sandbox_methods_linux.h @@ -15,7 +15,6 @@ class LinuxSandbox { METHOD_GET_FONT_FAMILY_FOR_CHARS = 32, METHOD_LOCALTIME = 33, METHOD_GET_CHILD_WITH_INODE = 34, - METHOD_GET_STYLE_FOR_STRIKE = 35, }; }; |