Chromium Code Reviews| Index: components/ntp_snippets/bookmarks/bookmark_suggestions_provider.cc |
| diff --git a/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.cc b/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.cc |
| index 7090d1281a185e1bfc740092db81d18213b1f331..8cec857617926aaf6e2bf2209e04fd0e2fbc112b 100644 |
| --- a/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.cc |
| +++ b/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.cc |
| @@ -92,7 +92,9 @@ CategoryStatus BookmarkSuggestionsProvider::GetCategoryStatus( |
| CategoryInfo BookmarkSuggestionsProvider::GetCategoryInfo(Category category) { |
| return CategoryInfo( |
| l10n_util::GetStringUTF16(IDS_NTP_BOOKMARK_SUGGESTIONS_SECTION_HEADER), |
| - ContentSuggestionsCardLayout::MINIMAL_CARD, /* has_more_button */ true); |
| + ContentSuggestionsCardLayout::MINIMAL_CARD, |
| + /* has_more_button = */ true, |
|
Bernhard Bauer
2016/08/17 20:38:03
Nit: I think the more common style is to leave the
dgn
2016/08/18 09:52:57
Done.
|
| + /* show_if_empty = */ false); |
| } |
| void BookmarkSuggestionsProvider::DismissSuggestion( |