| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.h b/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.h
|
| index cd5586d2d607c16e0dc4e3aae76180dd1c088126..4cdf00bdb0304889193305e12f1a220a96aec436 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_collection_updater.h
|
| @@ -65,6 +65,9 @@ addSuggestionsToModel:
|
| // Returns whether |section| contains the Most Visited tiles.
|
| - (BOOL)isMostVisitedSection:(NSInteger)section;
|
|
|
| +// Updates the number of Most Visited tiles shown for the |size|.
|
| +- (void)updateMostVisitedForSize:(CGSize)size;
|
| +
|
| @end
|
|
|
| #endif // IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_CONTENT_SUGGESTIONS_COLLECTION_UPDATER_H_
|
|
|