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..905e81ba06fc6062b075ddc764fa06123b09affd 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:(NSInteger)index; |
lpromero
2017/01/18 13:14:02
s/indexPath/index, in the method and comment.
gambard
2017/01/18 14:19:08
Done.
|
@end |