summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer')
-rw-r--r--chrome/renderer/blocked_plugin.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/renderer/blocked_plugin.cc b/chrome/renderer/blocked_plugin.cc
index b3c0973..b2b9aee 100644
--- a/chrome/renderer/blocked_plugin.cc
+++ b/chrome/renderer/blocked_plugin.cc
@@ -52,14 +52,14 @@ BlockedPlugin::BlockedPlugin(RenderView* render_view,
<< resource_id;
DictionaryValue values;
- values.SetString(L"loadPlugin",
+ values.SetString("loadPlugin",
l10n_util::GetStringUTF16(IDS_PLUGIN_LOAD));
- values.SetString(L"updatePlugin",
+ values.SetString("updatePlugin",
l10n_util::GetStringUTF16(IDS_PLUGIN_UPDATE));
- values.SetString(L"message",
+ values.SetString("message",
l10n_util::GetStringUTF16(IDS_BLOCKED_PLUGINS_TITLE));
if (group)
- values.Set(L"pluginGroup", group->GetDataForUI());
+ values.Set("pluginGroup", group->GetDataForUI());
// "t" is the id of the templates root node.
std::string htmlData = jstemplate_builder::GetTemplatesHtml(