summaryrefslogtreecommitdiffstats
path: root/WebCore/platform
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-04-29 00:56:24 +0100
committerSteve Block <steveblock@google.com>2010-05-11 14:42:13 +0100
commit0720887e9440684b224887da8e42442b7059f5b7 (patch)
tree14cff5e6be623361a4416125d6e8ea4a87045b24 /WebCore/platform
parentcb5893797cc223f846046c4bd0875a894edab5c0 (diff)
downloadexternal_webkit-0720887e9440684b224887da8e42442b7059f5b7.zip
external_webkit-0720887e9440684b224887da8e42442b7059f5b7.tar.gz
external_webkit-0720887e9440684b224887da8e42442b7059f5b7.tar.bz2
Merge webkit.org at r58033 : Provide new localized string methods for plugins
See http://trac.webkit.org/changeset/56337 and http://trac.webkit.org/changeset/57095 Change-Id: I79098600dd15de6c4d699bb75bbbc7dcb6b87754
Diffstat (limited to 'WebCore/platform')
-rw-r--r--WebCore/platform/android/LocalizedStringsAndroid.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/WebCore/platform/android/LocalizedStringsAndroid.cpp b/WebCore/platform/android/LocalizedStringsAndroid.cpp
index ab1c895..e0db88d 100644
--- a/WebCore/platform/android/LocalizedStringsAndroid.cpp
+++ b/WebCore/platform/android/LocalizedStringsAndroid.cpp
@@ -380,4 +380,14 @@ String validationMessageStepMismatchText()
return String();
}
+String missingPluginText()
+{
+ return String("Missing Plug-in");
+}
+
+String crashedPluginText()
+{
+ return String("Plug-in Failure");
+}
+
} // namespace WebCore