| Index: chrome/browser/ntp_snippets/download_suggestions_provider.cc
|
| diff --git a/chrome/browser/ntp_snippets/download_suggestions_provider.cc b/chrome/browser/ntp_snippets/download_suggestions_provider.cc
|
| index f9e430a028d49184f0646a7635ae0fa027d269a0..9d38a9e4cb776e4433bce6264c9fe247d9972901 100644
|
| --- a/chrome/browser/ntp_snippets/download_suggestions_provider.cc
|
| +++ b/chrome/browser/ntp_snippets/download_suggestions_provider.cc
|
| @@ -216,7 +216,7 @@ CategoryInfo DownloadSuggestionsProvider::GetCategoryInfo(Category category) {
|
| DCHECK_EQ(provided_category_, category);
|
| return CategoryInfo(
|
| l10n_util::GetStringUTF16(IDS_NTP_DOWNLOAD_SUGGESTIONS_SECTION_HEADER),
|
| - ntp_snippets::ContentSuggestionsCardLayout::MINIMAL_CARD,
|
| + ntp_snippets::ContentSuggestionsCardLayout::FULL_CARD,
|
| /*has_fetch_action=*/false,
|
| /*has_view_all_action=*/true,
|
| /*show_if_empty=*/false,
|
|
|