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..e6330a1463daaebbe3e9f3793df8433ccdb6c00f 100644 |
--- a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc |
+++ b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc |
@@ -110,8 +110,6 @@ CategoryInfo RecentTabSuggestionsProvider::GetCategoryInfo(Category category) { |
/*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. |
} |
void RecentTabSuggestionsProvider::DismissSuggestion( |