Index: components/ntp_snippets/ntp_snippets_service.cc |
diff --git a/components/ntp_snippets/ntp_snippets_service.cc b/components/ntp_snippets/ntp_snippets_service.cc |
index d5c0eebd7b9d583df8476015d2e85a08b4cb0220..4a657a0421346244a1ecac9e7aa9402c4fd15057 100644 |
--- a/components/ntp_snippets/ntp_snippets_service.cc |
+++ b/components/ntp_snippets/ntp_snippets_service.cc |
@@ -284,7 +284,7 @@ CategoryStatus NTPSnippetsService::GetCategoryStatus(Category category) { |
CategoryInfo NTPSnippetsService::GetCategoryInfo(Category category) { |
return CategoryInfo( |
l10n_util::GetStringUTF16(IDS_NTP_ARTICLE_SUGGESTIONS_SECTION_HEADER), |
- ContentSuggestionsCardLayout::FULL_CARD); |
+ ContentSuggestionsCardLayout::FULL_CARD, /* has_more_button */ false); |
} |
void NTPSnippetsService::DismissSuggestion(const std::string& suggestion_id) { |