| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| index a7a7fa67509c183e6d292b84ffcb9a7747f344db..7440f90c09c53f307bbe29989232ee5e519b2c1d 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| @@ -184,6 +184,11 @@ const NSTimeInterval kAnimationDuration = 0.35;
|
| return NO;
|
| }
|
|
|
| +- (BOOL)collectionView:(UICollectionView*)collectionView
|
| + shouldHideHeaderBackgroundForSection:(NSInteger)section {
|
| + return YES;
|
| +}
|
| +
|
| - (CGFloat)collectionView:(UICollectionView*)collectionView
|
| cellHeightAtIndexPath:(NSIndexPath*)indexPath {
|
| CollectionViewItem* item =
|
|
|