| Index: components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc
|
| diff --git a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc
|
| index 7ff4cc7c6794ee334317c51445be2dbc06c64653..760785e756839aa0aa2bb715814d5d3aa2bdb0c7 100644
|
| --- a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc
|
| +++ b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc
|
| @@ -115,9 +115,7 @@ CategoryInfo RecentTabSuggestionsProvider::GetCategoryInfo(Category category) {
|
| /*has_reload_action=*/false,
|
| /*has_view_all_action=*/false,
|
| /*show_if_empty=*/false,
|
| - l10n_util::GetStringUTF16(IDS_NTP_SUGGESTIONS_SECTION_EMPTY));
|
| - // TODO(vitaliii): Replace IDS_NTP_SUGGESTIONS_SECTION_EMPTY with a
|
| - // category-specific string.
|
| + l10n_util::GetStringUTF16(IDS_NTP_RECENT_TAB_SUGGESTIONS_SECTION_EMPTY));
|
| }
|
|
|
| void RecentTabSuggestionsProvider::DismissSuggestion(
|
|
|