| 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
|
|
|
|
|