Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1395)

Unified Diff: ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h

Issue 2798963002: Remove unused code (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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|.

Powered by Google App Engine
This is Rietveld 408576698