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

Unified Diff: ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.h

Issue 2798563002: Add MostVistedSites to ContentSuggestionsMediator (Closed)
Patch Set: Reviewable 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/identifier/content_suggestions_section_information.h
diff --git a/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.h b/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.h
index ef81f55aa52147e386c924bc96074e843380ce59..31678561d40e5976d61a67fff725d7d7f7305358 100644
--- a/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.h
+++ b/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestions_section_information.h
@@ -20,9 +20,10 @@ typedef NS_ENUM(NSInteger, ContentSuggestionsSectionLayout) {
// When adding a new kind of suggestions, add a new corresponding section. The
// ordering is not persisted between launch, reordering is possible.
typedef NS_ENUM(NSInteger, ContentSuggestionsSectionID) {
- ContentSuggestionsSectionBookmarks = 0,
- ContentSuggestionsSectionArticles = 1,
- ContentSuggestionsSectionReadingList = 2,
+ ContentSuggestionsSectionMostVisited = 0,
+ ContentSuggestionsSectionBookmarks,
+ ContentSuggestionsSectionArticles,
+ ContentSuggestionsSectionReadingList,
// Do not use this. It will trigger a DCHECK.
// Do not add value after this one.

Powered by Google App Engine
This is Rietveld 408576698