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

Unified Diff: chrome/browser/chromeos/dom_ui/menu_ui.cc

Issue 3771003: First round UI touch up of DOMUI based network menu. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: sync and try Created 10 years, 2 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/browser/chromeos/dom_ui/menu_ui.h ('k') | chrome/browser/chromeos/dom_ui/network_menu_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/dom_ui/menu_ui.cc
diff --git a/chrome/browser/chromeos/dom_ui/menu_ui.cc b/chrome/browser/chromeos/dom_ui/menu_ui.cc
index 19989b0dedd03cb2f9568a6b67aab703d4f335a7..3bac97fa0c776edd421b673ad2f1d41e7e76f5be 100644
--- a/chrome/browser/chromeos/dom_ui/menu_ui.cc
+++ b/chrome/browser/chromeos/dom_ui/menu_ui.cc
@@ -197,6 +197,8 @@ std::string GetMenuUIHTMLSourceFromString(
strings.SetString("menu_css", menu_css.as_string());
}
+ menu_ui.AddLocalizedStrings(&strings);
+
return jstemplate_builder::GetI18nTemplateHtml(menu_template, &strings);
}
« no previous file with comments | « chrome/browser/chromeos/dom_ui/menu_ui.h ('k') | chrome/browser/chromeos/dom_ui/network_menu_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698