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

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

Issue 2699393003: Cleanup ContentSuggestions, removing unused functions (Closed)
Patch Set: Rebase Created 3 years, 10 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 19eda28efac2d5857077c2cd7ab437b9353bf0a9..7c11505aaca426681acfe3768e621efcce5335ba 100644
--- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
+++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
@@ -11,8 +11,6 @@ class GURL;
// Commands protocol for the ContentSuggestionsViewController.
@protocol ContentSuggestionsCommands
-// Adds a new empty SuggestionItem.
-- (void)addEmptyItem;
// Opens the Reading List.
- (void)openReadingList;
// Opens the first page of the Reading List.

Powered by Google App Engine
This is Rietveld 408576698