summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 21:22:10 +0000
committerevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 21:22:10 +0000
commit93a22559bb0bf65d391124685bb1d3176e7a300c (patch)
tree0bbd41bdf199a8bd4dd59740cf0a66e2d0abb155 /webkit
parent64cd0d1229c8427064f47ec9d5374265b1217501 (diff)
downloadchromium_src-93a22559bb0bf65d391124685bb1d3176e7a300c.zip
chromium_src-93a22559bb0bf65d391124685bb1d3176e7a300c.tar.gz
chromium_src-93a22559bb0bf65d391124685bb1d3176e7a300c.tar.bz2
We want these symbols on all platforms.
Review URL: http://codereview.chromium.org/7491 Patch from Torchmobile Inc.. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3564 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/glue/localized_strings.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/glue/localized_strings.cc b/webkit/glue/localized_strings.cc
index 10fe480..a80b22b 100644
--- a/webkit/glue/localized_strings.cc
+++ b/webkit/glue/localized_strings.cc
@@ -52,7 +52,6 @@ inline String GetLocalizedString(int message_id) {
return webkit_glue::StdWStringToString(str);
}
-#if defined(OS_WIN)
String WebCore::searchableIndexIntroduction() {
return GetLocalizedString(IDS_SEARCHABLE_INDEX_INTRO);
}
@@ -98,7 +97,6 @@ String WebCore::AXImageMapText() {
String WebCore::AXHeadingText() {
return GetLocalizedString(IDS_AX_ROLE_HEADING);
}
-#endif // OS_WIN
String WebCore::AXButtonActionVerb() {
return GetLocalizedString(IDS_AX_BUTTON_ACTION_VERB);
}
@@ -153,7 +151,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(); }
@@ -192,4 +189,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