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

Unified Diff: ios/chrome/browser/ui/suggestions/suggestions_commands.h

Issue 2630313004: Suggestions UI - stack item (Closed)
Patch Set: Address comments Created 3 years, 11 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/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.
+- (void)openFirstPageOfReadingList;
@end

Powered by Google App Engine
This is Rietveld 408576698