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

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

Issue 2640473002: Suggestions UI - favicon item (Closed)
Patch Set: Fix build 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_collection_updater.h
diff --git a/ios/chrome/browser/ui/suggestions/suggestions_collection_updater.h b/ios/chrome/browser/ui/suggestions/suggestions_collection_updater.h
index 85ca539628d3400ea76e36f6913b23031e9031e3..31a0c89771d8acccb0a28db43a5c16af540ef09d 100644
--- a/ios/chrome/browser/ui/suggestions/suggestions_collection_updater.h
+++ b/ios/chrome/browser/ui/suggestions/suggestions_collection_updater.h
@@ -17,6 +17,7 @@ typedef NS_ENUM(NSInteger, ItemType) {
ItemTypeArticle,
ItemTypeExpand,
ItemTypeStack,
+ ItemTypeFavicon,
};
// Updater for a CollectionViewController populating it with some items and
« no previous file with comments | « ios/chrome/browser/ui/suggestions/BUILD.gn ('k') | ios/chrome/browser/ui/suggestions/suggestions_collection_updater.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698