Chromium Code Reviews| 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 6661d090081ccbaefb3e66837aaf24ed42f941f2..51ae410509bcfece503af70615af74bea5e658af 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 |
| @@ -45,6 +45,9 @@ |
| - (NSArray<NSIndexPath*>*)addSuggestionsToModel: |
| (NSArray<ContentSuggestion*>*)suggestions; |
| +// Adds the empty item for this section. |
|
lpromero
2017/03/23 10:54:37
s/for/to? If you change, change also the method na
gambard
2017/03/23 15:25:49
Done.
|
| +- (void)addEmptyItemForSection:(NSInteger)section; |
|
lpromero
2017/03/23 10:54:37
Please add unittests.
gambard
2017/03/23 15:25:49
Done.
|
| + |
| @end |
| #endif // IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_CONTENT_SUGGESTIONS_COLLECTION_UPDATER_H_ |