Index: webkit/glue/localized_strings.cc |
=================================================================== |
--- webkit/glue/localized_strings.cc (revision 19835) |
+++ webkit/glue/localized_strings.cc (working copy) |
@@ -188,6 +188,3 @@ |
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(); } |