| Index: components/ntp_snippets/bookmarks/bookmark_suggestions_provider.cc
|
| diff --git a/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.cc b/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.cc
|
| index a4b8c9dc348905e307758ae18aeb715b11ace28e..a8dd863f117279ebf4c886ef4b15ff29dff31a0c 100644
|
| --- a/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.cc
|
| +++ b/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.cc
|
| @@ -151,7 +151,9 @@ CategoryInfo BookmarkSuggestionsProvider::GetCategoryInfo(Category category) {
|
| l10n_util::GetStringUTF16(IDS_NTP_BOOKMARK_SUGGESTIONS_SECTION_HEADER),
|
| ContentSuggestionsCardLayout::MINIMAL_CARD,
|
| /* has_more_button */ true,
|
| - /* show_if_empty */ false);
|
| + /* show_if_empty */ true);
|
| + // TODO(treib): Setting show_if_empty to true is a temporary hack, see
|
| + // crbug.com/640568.
|
| }
|
|
|
| void BookmarkSuggestionsProvider::DismissSuggestion(
|
|
|