Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h |
diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h |
index f08f72e107ea2a9ea57bf5d67bf89c80de96365f..ed6415fcc82fe8cc8dbccc706dab7a15574f7115 100644 |
--- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h |
+++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h |
@@ -37,6 +37,8 @@ |
// Removes the entry at |indexPath|, from the collection and its model. |
- (void)dismissEntryAtIndexPath:(NSIndexPath*)indexPath; |
+// Removes the |section|. |
+- (void)dismissSection:(NSInteger)section; |
@end |