Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1503)

Unified Diff: webkit/support/webkit_support_glue.cc

Issue 2548001: Add resources to Linux DRT so things like the broken image (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: clean Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/support/webkit_support.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/webkit_support_glue.cc
diff --git a/webkit/support/webkit_support_glue.cc b/webkit/support/webkit_support_glue.cc
index 2d77d16e873e301c046c18d10d3a37a76d64f03f..5f11be00d9e0071dff37c0a4311d1e4bbccfdb39 100644
--- a/webkit/support/webkit_support_glue.cc
+++ b/webkit/support/webkit_support_glue.cc
@@ -45,19 +45,6 @@ bool IsProtocolSupportedForMedia(const GURL& url) {
return false;
}
-#if !defined(OS_MACOSX) && !defined(OS_WIN)
-// These functions should be implemented in platform_support_*.cc
-string16 GetLocalizedString(int message_id) {
- // TODO(tkent): implement this.
- return string16();
-}
-
-base::StringPiece GetDataResource(int resource_id) {
- // TODO(tkent): implement this.
- return "";
-}
-#endif
-
void CloseCurrentConnections() {
}
« no previous file with comments | « webkit/support/webkit_support.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698