Index: ios/showcase/suggestions/sc_suggestions_coordinator.mm |
diff --git a/ios/showcase/suggestions/sc_suggestions_coordinator.mm b/ios/showcase/suggestions/sc_suggestions_coordinator.mm |
index 06c6feb1c4692016878f56078b222c4355f6d4d9..8fe7b8bc08f1bfe17c16ec0a5849a160f4af75aa 100644 |
--- a/ios/showcase/suggestions/sc_suggestions_coordinator.mm |
+++ b/ios/showcase/suggestions/sc_suggestions_coordinator.mm |
@@ -59,4 +59,9 @@ |
openFirstPageOfReadingList]; |
} |
+- (void)openFaviconAtIndexPath:(NSIndexPath*)indexPath { |
+ [static_cast<id<SuggestionsCommands>>(self.alerter) |
+ openFaviconAtIndexPath:indexPath]; |
+} |
+ |
@end |