diff options
Diffstat (limited to 'chrome/browser/dom_ui')
-rw-r--r-- | chrome/browser/dom_ui/new_tab_ui.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.cc b/chrome/browser/dom_ui/new_tab_ui.cc index 3a53b24..a807e47 100644 --- a/chrome/browser/dom_ui/new_tab_ui.cc +++ b/chrome/browser/dom_ui/new_tab_ui.cc @@ -335,7 +335,12 @@ void NewTabHTMLSource::StartDataRequest(const std::string& path, l10n_util::GetString(IDS_NEW_TAB_PIN_THUMBNAIL_TOOLTIP)); localized_strings.SetString(L"unpinthumbnailtooltip", l10n_util::GetString(IDS_NEW_TAB_UNPIN_THUMBNAIL_TOOLTIP)); - + localized_strings.SetString(L"showhidethumbnailtooltip", + l10n_util::GetString(IDS_NEW_TAB_SHOW_HIDE_THUMBNAIL_TOOLTIP)); + localized_strings.SetString(L"showhidelisttooltip", + l10n_util::GetString(IDS_NEW_TAB_SHOW_HIDE_LIST_TOOLTIP)); + localized_strings.SetString(L"pagedisplaytooltip", + l10n_util::GetString(IDS_NEW_TAB_PAGE_DISPLAY_TOOLTIP)); SetFontAndTextDirection(&localized_strings); |