Chromium Code Reviews| 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 4a657a0421346244a1ecac9e7aa9402c4fd15057..8d17c9d321cfc8d977cfde772833c35037a0cbb2 100644 |
| --- a/components/ntp_snippets/ntp_snippets_service.cc |
| +++ b/components/ntp_snippets/ntp_snippets_service.cc |
| @@ -284,7 +284,9 @@ CategoryStatus NTPSnippetsService::GetCategoryStatus(Category category) { |
| CategoryInfo NTPSnippetsService::GetCategoryInfo(Category category) { |
| return CategoryInfo( |
| l10n_util::GetStringUTF16(IDS_NTP_ARTICLE_SUGGESTIONS_SECTION_HEADER), |
| - ContentSuggestionsCardLayout::FULL_CARD, /* has_more_button */ false); |
| + ContentSuggestionsCardLayout::FULL_CARD, |
| + /* has_more_button */ false, |
| + /* show_if_empty = */ true); |
|
Bernhard Bauer
2016/08/17 20:38:03
Here as well.
dgn
2016/08/18 09:52:57
Done.
|
| } |
| void NTPSnippetsService::DismissSuggestion(const std::string& suggestion_id) { |