| 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 8323590f2cabcfe0ac43ae28c910b5d3524eec30..747f7ace39c0cb16ba09b850de38b44e81f1707b 100644
|
| --- a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc
|
| +++ b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc
|
| @@ -109,9 +109,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(
|
|
|