| Index: components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc
|
| diff --git a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc
|
| index 760785e756839aa0aa2bb715814d5d3aa2bdb0c7..30d714adafd7fcbba48ad008114a90ac45604df6 100644
|
| --- a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc
|
| +++ b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc
|
| @@ -111,8 +111,7 @@ CategoryInfo RecentTabSuggestionsProvider::GetCategoryInfo(Category category) {
|
| return CategoryInfo(
|
| l10n_util::GetStringUTF16(IDS_NTP_RECENT_TAB_SUGGESTIONS_SECTION_HEADER),
|
| ContentSuggestionsCardLayout::MINIMAL_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(IDS_NTP_RECENT_TAB_SUGGESTIONS_SECTION_EMPTY));
|
|
|