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

Unified Diff: ios/chrome/browser/ui/suggestions/suggestions_commands.h

Issue 2640473002: Suggestions UI - favicon item (Closed)
Patch Set: Fix build 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/chrome/browser/ui/suggestions/suggestions_commands.h
diff --git a/ios/chrome/browser/ui/suggestions/suggestions_commands.h b/ios/chrome/browser/ui/suggestions/suggestions_commands.h
index a1642cec4239b7e9fbd8f702adf462b858e4610e..501b4972fbe1e39a988574fda81e172612e817a9 100644
--- a/ios/chrome/browser/ui/suggestions/suggestions_commands.h
+++ b/ios/chrome/browser/ui/suggestions/suggestions_commands.h
@@ -14,6 +14,8 @@
- (void)openReadingList;
// Opens the first page of the Reading List.
- (void)openFirstPageOfReadingList;
+// Opens the favicon associated with the cell with the |index|.
+- (void)openFaviconAtIndex:(NSInteger)index;
@end

Powered by Google App Engine
This is Rietveld 408576698