diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-21 17:25:22 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-21 17:25:22 +0000 |
commit | aea09b6ecd2387cb7f02c6d83e66c9f3bedfc8a8 (patch) | |
tree | 766cbb7f57668b900af0b0c3dc946d526c080081 /webkit/glue/localized_strings.cc | |
parent | a072707908cfd43ae2ff067395cf251fb77e2df6 (diff) | |
download | chromium_src-aea09b6ecd2387cb7f02c6d83e66c9f3bedfc8a8.zip chromium_src-aea09b6ecd2387cb7f02c6d83e66c9f3bedfc8a8.tar.gz chromium_src-aea09b6ecd2387cb7f02c6d83e66c9f3bedfc8a8.tar.bz2 |
Build these stubs under Linux, too.
Review URL: http://codereview.chromium.org/8014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/localized_strings.cc')
-rw-r--r-- | webkit/glue/localized_strings.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/localized_strings.cc b/webkit/glue/localized_strings.cc index c9ba93d..6056c28 100644 --- a/webkit/glue/localized_strings.cc +++ b/webkit/glue/localized_strings.cc @@ -143,7 +143,6 @@ String imageTitle(const String& filename, const IntSize& size) { } //namespace WebCore -#if defined(OS_WIN) // We don't use these strings, so they return an empty String. We can't just // make them asserts because webcore still calls them. String WebCore::contextMenuItemTagOpenLinkInNewWindow() { return String(); } @@ -182,4 +181,3 @@ String WebCore::contextMenuItemTagLeftToRight() { return String(); } String WebCore::contextMenuItemTagRightToLeft() { return String(); } String WebCore::contextMenuItemTagInspectElement() { return String(); } String WebCore::contextMenuItemTagShowSpellingPanel(bool show) { return String(); } -#endif // OS_WIN |