| Index: chrome/renderer/blocked_plugin.cc
|
| diff --git a/chrome/renderer/blocked_plugin.cc b/chrome/renderer/blocked_plugin.cc
|
| index 6205b2d777a1438037ccb810f9246f4c08e315d1..e4e3e5b8ba8fa304ed921184a60037876cc09e97 100644
|
| --- a/chrome/renderer/blocked_plugin.cc
|
| +++ b/chrome/renderer/blocked_plugin.cc
|
| @@ -50,6 +50,8 @@ BlockedPlugin::BlockedPlugin(RenderView* render_view,
|
| DictionaryValue localized_strings;
|
| localized_strings.SetString(L"loadPlugin",
|
| l10n_util::GetString(IDS_PLUGIN_LOAD));
|
| + localized_strings.SetString(L"message",
|
| + l10n_util::GetString(IDS_BLOCKED_PLUGINS_TITLE));
|
|
|
| // "t" is the id of the templates root node.
|
| std::string htmlData = jstemplate_builder::GetTemplatesHtml(
|
|
|