Index: components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.cc |
diff --git a/components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.cc b/components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.cc |
index f913d660fcaea61e10e56db31922492300e386bc..384352ebf4f18275ffb5424230d0a2677834b318 100644 |
--- a/components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.cc |
+++ b/components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.cc |
@@ -117,11 +117,15 @@ CategoryStatus ForeignSessionsSuggestionsProvider::GetCategoryStatus( |
CategoryInfo ForeignSessionsSuggestionsProvider::GetCategoryInfo( |
Category category) { |
DCHECK_EQ(category, provided_category_); |
- return CategoryInfo(l10n_util::GetStringUTF16( |
- IDS_NTP_FOREIGN_SESSIONS_SUGGESTIONS_SECTION_HEADER), |
- ContentSuggestionsCardLayout::MINIMAL_CARD, |
- /*has_more_button=*/true, |
- /*show_if_empty=*/false); |
+ return CategoryInfo( |
+ l10n_util::GetStringUTF16( |
+ IDS_NTP_FOREIGN_SESSIONS_SUGGESTIONS_SECTION_HEADER), |
+ ContentSuggestionsCardLayout::MINIMAL_CARD, |
+ /*has_more_button=*/true, |
+ /*show_if_empty=*/false, |
+ l10n_util::GetStringUTF16(IDS_NTP_SUGGESTIONS_SECTION_EMPTY)); |
+ // TODO(skym): Replace IDS_NTP_SUGGESTIONS_SECTION_EMPTY with a |
+ // category-specific string. |
} |
void ForeignSessionsSuggestionsProvider::DismissSuggestion( |