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

Unified Diff: chrome/renderer/chrome_content_renderer_client.cc

Issue 6685072: Move a bunch more random files from chrome\renderer to content\renderer. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 | « chrome/renderer/chrome_content_renderer_client.h ('k') | chrome/renderer/external_host_bindings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_content_renderer_client.cc
===================================================================
--- chrome/renderer/chrome_content_renderer_client.cc (revision 78620)
+++ chrome/renderer/chrome_content_renderer_client.cc (working copy)
@@ -4,7 +4,9 @@
#include "chrome/renderer/chrome_content_renderer_client.h"
+#include "grit/locale_settings.h"
#include "grit/renderer_resources.h"
+#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"
namespace chrome {
@@ -13,4 +15,7 @@
return ResourceBundle::GetSharedInstance().GetBitmapNamed(IDR_SAD_PLUGIN);
}
+std::string ChromeContentRendererClient::GetDefaultEncoding() {
+ return l10n_util::GetStringUTF8(IDS_DEFAULT_ENCODING);
+}
} // namespace chrome
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.h ('k') | chrome/renderer/external_host_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698