| 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 dfa156e1074824b50f0a4c2ed1653f114a278019..f1c79f69f4e905c7613353772a9451d8ad3d5361 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
|
| @@ -28,13 +28,6 @@
|
| @property(nonatomic, assign)
|
| ContentSuggestionsViewController* collectionViewController;
|
|
|
| -// Adds a text item with a |title| and a |subtitle| in the section numbered
|
| -// |section|. If |section| is greater than the current number of section, it
|
| -// will add a new section at the end.
|
| -- (void)addTextItem:(NSString*)title
|
| - subtitle:(NSString*)subtitle
|
| - toSection:(NSInteger)inputSection;
|
| -
|
| // Returns whether the section should use the default, non-card style.
|
| - (BOOL)shouldUseCustomStyleForSection:(NSInteger)section;
|
|
|
|
|