| 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.
|
|
|