| 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 7dc4615aa4348a0dd4810d5260b39b1c434d2f78..3f32e9e453f0e8c8cc32a5ff1d8cd4c3ce5f590c 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
|
| @@ -117,8 +117,7 @@ CategoryInfo PhysicalWebPageSuggestionsProvider::GetCategoryInfo(
|
| return CategoryInfo(l10n_util::GetStringUTF16(
|
| IDS_NTP_PHYSICAL_WEB_PAGE_SUGGESTIONS_SECTION_HEADER),
|
| ContentSuggestionsCardLayout::FULL_CARD,
|
| - /*has_fetch_action=*/false,
|
| - /*has_view_all_action=*/false,
|
| + ContentSuggestionsAdditionalAction::NONE,
|
| /*show_if_empty=*/false,
|
| l10n_util::GetStringUTF16(
|
| IDS_NTP_PHYSICAL_WEB_PAGE_SUGGESTIONS_SECTION_EMPTY));
|
|
|