Chromium Code Reviews| 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 dff2596418a5334a4ab8e786bb2a3a7a56dd9825..a1642cec4239b7e9fbd8f702adf462b858e4610e 100644 |
| --- a/ios/chrome/browser/ui/suggestions/suggestions_commands.h |
| +++ b/ios/chrome/browser/ui/suggestions/suggestions_commands.h |
| @@ -10,6 +10,10 @@ |
| // Adds a new empty SuggestionItem. |
| - (void)addEmptyItem; |
| +// Opens the Reading List. |
| +- (void)openReadingList; |
| +// Opens the first page of the Reading List. |
|
lpromero
2017/01/17 13:47:20
s/page/element?
gambard
2017/01/17 14:52:36
Reading List usually uses "pages".
|
| +- (void)openFirstPageOfReadingList; |
| @end |