| Index: ios/chrome/browser/content_suggestions/mediator_util.mm
|
| diff --git a/ios/chrome/browser/content_suggestions/mediator_util.mm b/ios/chrome/browser/content_suggestions/mediator_util.mm
|
| index 99c40a13a568234fb2eb38de42c34d2159de7984..26f7335fe2a9858e7b7fb7b31c532eafbf11165d 100644
|
| --- a/ios/chrome/browser/content_suggestions/mediator_util.mm
|
| +++ b/ios/chrome/browser/content_suggestions/mediator_util.mm
|
| @@ -37,8 +37,6 @@ ContentSuggestionType TypeForCategory(ntp_snippets::Category category) {
|
|
|
| ContentSuggestionsSectionID SectionIDForCategory(
|
| ntp_snippets::Category category) {
|
| - if (category.IsKnownCategory(ntp_snippets::KnownCategories::BOOKMARKS))
|
| - return ContentSuggestionsSectionBookmarks;
|
| if (category.IsKnownCategory(ntp_snippets::KnownCategories::ARTICLES))
|
| return ContentSuggestionsSectionArticles;
|
| if (category.IsKnownCategory(ntp_snippets::KnownCategories::READING_LIST))
|
|
|