| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h b/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| index bf19ccaf8bc4218eac15cfecd962a8bd3716018f..466424fa0051ecfff0f3948b1cdba45d695afa26 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| @@ -13,10 +13,6 @@ class GURL;
|
|
|
| // Opens the Reading List.
|
| - (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;
|
| // Opens the |URL|.
|
| - (void)openURL:(const GURL&)URL;
|
| // Displays a context menu for opening the |articleItem|.
|
|
|