| 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 c495c07b285c1d9d1fa8e8a051e59facf07c3b94..a42dbc0d9ca0e02eca50998dc7bf293c13ca58c7 100644
|
| --- a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc
|
| +++ b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc
|
| @@ -77,7 +77,9 @@ CategoryInfo RecentTabSuggestionsProvider::GetCategoryInfo(Category category) {
|
| return CategoryInfo(
|
| l10n_util::GetStringUTF16(IDS_NTP_RECENT_TAB_SUGGESTIONS_SECTION_HEADER),
|
| ContentSuggestionsCardLayout::MINIMAL_CARD,
|
| - /*has_more_button=*/false,
|
| + /*has_more_action=*/false,
|
| + /*has_reload_action=*/false,
|
| + /*has_view_all_action=*/false,
|
| /*show_if_empty=*/false,
|
| l10n_util::GetStringUTF16(IDS_NTP_SUGGESTIONS_SECTION_EMPTY));
|
| // TODO(vitaliii): Replace IDS_NTP_SUGGESTIONS_SECTION_EMPTY with a
|
|
|