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

Unified Diff: chrome/browser/dom_ui/ntp_resource_cache.cc

Issue 5340007: NTP update for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address aa's comments Created 10 years, 1 month 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/browser/dom_ui/ntp_resource_cache.cc
diff --git a/chrome/browser/dom_ui/ntp_resource_cache.cc b/chrome/browser/dom_ui/ntp_resource_cache.cc
index 5770e4dd6dda61f9b3082f2235aea219d05fd2c2..b478dcbd429db577981e68509f3497ae95ddecab 100644
--- a/chrome/browser/dom_ui/ntp_resource_cache.cc
+++ b/chrome/browser/dom_ui/ntp_resource_cache.cc
@@ -336,6 +336,10 @@ void NTPResourceCache::CreateNewTabHTML() {
l10n_util::GetStringUTF16(IDS_APPS_PROMO_TEXT_1));
localized_strings.SetString("appspromotext2",
l10n_util::GetStringUTF16(IDS_APPS_PROMO_TEXT_2));
+#if defined(OS_CHROMEOS)
+ localized_strings.SetString("expandMenu",
+ l10n_util::GetStringUTF16(IDS_NEW_TAB_CLOSE_MENU_EXPAND));
+#endif
// Don't initiate the sync related message passing with the page if the sync
// code is not present.

Powered by Google App Engine
This is Rietveld 408576698