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 9f250587acd358af1855b228635b751a351801b3..ed21b39e898b3744de4a748af1c17867450541ac 100644 |
--- a/chrome/browser/dom_ui/ntp_resource_cache.cc |
+++ b/chrome/browser/dom_ui/ntp_resource_cache.cc |
@@ -334,6 +334,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. |