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..a2aff63c4476aca2093833da0345dafdc7bdea59 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 |indexPath|. |
+- (void)openFaviconAtIndexPath:(NSIndexPath*)indexPath; |
lpromero
2017/01/18 09:34:38
This should just be an index. The fact that it is
gambard
2017/01/18 12:37:57
Done.
|
@end |