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

Unified Diff: chrome/renderer/blocked_plugin.cc

Issue 3074021: Prettify blocked plugin HTML UI (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 5 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
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(

Powered by Google App Engine
This is Rietveld 408576698