| 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 e25bdb96d9eb2750aac54d145a9e55d470567d0f..997f569c12ba3033af68484d635a488aee195260 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
|
| @@ -30,6 +30,9 @@
|
| @property(nonatomic, weak) id<ContentSuggestionsCommands>
|
| suggestionCommandHandler;
|
|
|
| +// Removes the entry at |indexPath|, from the collection and its model.
|
| +- (void)dismissEntryAtIndexPath:(NSIndexPath*)indexPath;
|
| +
|
| @end
|
|
|
| #endif // IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_CONTENT_SUGGESTIONS_VIEW_CONTROLLER_H_
|
|
|