Chromium Code Reviews| 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..d4897a754b32776dcb56deacc9e2ab1b6b01a304 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,8 @@ |
| @property(nonatomic, weak) id<ContentSuggestionsCommands> |
| suggestionCommandHandler; |
| +- (void)dismissEntryAtIndexPath:(NSIndexPath*)indexPath; |
|
lpromero
2017/03/06 10:29:00
Add a comment, so we know what is the contract: re
gambard
2017/03/06 12:16:00
Well, for me the fact that it has a CVModel is an
lpromero
2017/03/06 13:02:30
True, too much details. As a rule of thumb, we sho
gambard
2017/03/06 17:25:33
Acknowledged.
|
| + |
| @end |
| #endif // IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_CONTENT_SUGGESTIONS_VIEW_CONTROLLER_H_ |