From 583f25b4ee7810e5e3e1749afc833a64bf1193dd Mon Sep 17 00:00:00 2001 From: "jorlow@chromium.org" Date: Thu, 2 Jul 2009 20:47:16 +0000 Subject: Add empty strings localized_strings to fix build breakage. BUG=15854 TEST=none Review URL: http://codereview.chromium.org/149141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19845 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/localized_strings.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webkit') diff --git a/webkit/glue/localized_strings.cc b/webkit/glue/localized_strings.cc index 38c7b84..ffdf125 100644 --- a/webkit/glue/localized_strings.cc +++ b/webkit/glue/localized_strings.cc @@ -188,3 +188,6 @@ String WebCore::contextMenuItemTagLeftToRight() { return String(); } String WebCore::contextMenuItemTagRightToLeft() { return String(); } String WebCore::contextMenuItemTagInspectElement() { return String(); } String WebCore::contextMenuItemTagShowSpellingPanel(bool show) { return String(); } +// TODO(scherkus): These should return something. +String WebCore::mediaElementLiveBroadcastStateText() { return String(); } +String WebCore::mediaElementLoadingStateText() { return String(); } -- cgit v1.1