| Index: components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.cc
|
| diff --git a/components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.cc b/components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.cc
|
| index 384352ebf4f18275ffb5424230d0a2677834b318..5e1c075df0f22532493bdd1d12912c895c320e06 100644
|
| --- a/components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.cc
|
| +++ b/components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.cc
|
| @@ -121,7 +121,9 @@ CategoryInfo ForeignSessionsSuggestionsProvider::GetCategoryInfo(
|
| l10n_util::GetStringUTF16(
|
| IDS_NTP_FOREIGN_SESSIONS_SUGGESTIONS_SECTION_HEADER),
|
| ContentSuggestionsCardLayout::MINIMAL_CARD,
|
| - /*has_more_button=*/true,
|
| + /*has_more_action=*/false,
|
| + /*has_reload_action=*/false,
|
| + /*has_view_all_action=*/true,
|
| /*show_if_empty=*/false,
|
| l10n_util::GetStringUTF16(IDS_NTP_SUGGESTIONS_SECTION_EMPTY));
|
| // TODO(skym): Replace IDS_NTP_SUGGESTIONS_SECTION_EMPTY with a
|
|
|