| 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 27cfb982005a980f11c477b264b41c988858182d..7e73cddba67a4e7bf28c4baf1dda99a718490f10 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_more_action=*/false,
|
| - /*has_reload_action=*/false,
|
| + /*has_fetch_action=*/false,
|
| /*has_view_all_action=*/false,
|
| /*show_if_empty=*/false,
|
| l10n_util::GetStringUTF16(
|
|
|