Commit 583f25b4 authored by jorlow@chromium.org's avatar jorlow@chromium.org

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
parent b9eea128
vars = {
"webkit_trunk":
"http://svn.webkit.org/repository/webkit/trunk",
"webkit_revision": "45473",
"webkit_revision": "45484",
}
......
......@@ -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(); }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment