Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3311)

Unified Diff: ios/showcase/suggestions/sc_suggestions_coordinator.mm

Issue 2640473002: Suggestions UI - favicon item (Closed)
Patch Set: Fix tests Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698