| Index: ios/chrome/browser/ui/suggestions/suggestions_view_controller.mm
|
| diff --git a/ios/chrome/browser/ui/suggestions/suggestions_view_controller.mm b/ios/chrome/browser/ui/suggestions/suggestions_view_controller.mm
|
| index 035bccf5048d13d01f439696d51f7088a5e2eeb3..d278913b69cb4ce85540b7bf9d8c167d446394ad 100644
|
| --- a/ios/chrome/browser/ui/suggestions/suggestions_view_controller.mm
|
| +++ b/ios/chrome/browser/ui/suggestions/suggestions_view_controller.mm
|
| @@ -74,6 +74,12 @@ const NSTimeInterval kAnimationDuration = 0.35;
|
| [self expand:YES cell:cell];
|
| }
|
|
|
| +#pragma mark - SuggestionsFaviconCellDelegate
|
| +
|
| +- (void)openFaviconAtIndexPath:(NSIndexPath*)indexPath {
|
| + [self.suggestionCommandHandler openFaviconAtIndexPath:indexPath.item];
|
| +}
|
| +
|
| #pragma mark - SuggestionsItemActions
|
|
|
| - (void)addNewItem:(id)sender {
|
|
|