| Index: components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc
|
| diff --git a/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc b/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc
|
| index c77fd77ae28bb5a5d454e4c3c472d1ba93dfe85f..978deb7c5431ba1b2d20c6e0e9cbd237d67abfef 100644
|
| --- a/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc
|
| +++ b/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc
|
| @@ -70,7 +70,8 @@ CategoryInfo PhysicalWebPageSuggestionsProvider::GetCategoryInfo(
|
| // TODO(vitaliii): Use a proper string once it's been agreed on.
|
| return CategoryInfo(base::ASCIIToUTF16("Physical web pages"),
|
| ContentSuggestionsCardLayout::MINIMAL_CARD,
|
| - /* has_more_button */ true);
|
| + /* has_more_button */ true,
|
| + /* show_if_empty */ false);
|
| }
|
|
|
| void PhysicalWebPageSuggestionsProvider::DismissSuggestion(
|
|
|