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

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

Issue 2755383002: Add ContentSuggestion for ReadingList (Closed)
Patch Set: Rebase Created 3 years, 9 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_suggestion.h
diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestion.h b/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
index 97742bbbe73c06ceed6254ab1b5d85ec9ba74097..f5e01b2b0daa58e186376a5df394a56d0e482496 100644
--- a/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
+++ b/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
@@ -21,7 +21,8 @@ typedef NS_ENUM(NSInteger, ContentSuggestionType) {
// this type are empty and should not be displayed. The informations to be
// displayed are contained in the SectionInfo.
ContentSuggestionTypeEmpty,
- ContentSuggestionTypeArticle
+ ContentSuggestionTypeArticle,
+ ContentSuggestionTypeReadingList,
};
// Data for a suggestions item, compatible with Objective-C. Mostly acts as a

Powered by Google App Engine
This is Rietveld 408576698