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

Unified Diff: ios/clean/chrome/browser/ui/tab_collection/tab_collection_view_controller.h

Issue 2885983003: [ios] TabCollectionItem (Closed)
Patch Set: Address comments Created 3 years, 7 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/clean/chrome/browser/ui/tab_collection/tab_collection_view_controller.h
diff --git a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_view_controller.h b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_view_controller.h
index 4d82916d917acb51c362b8b650aa10b4bff9323b..d7dada9675c1be338b9fbea5b34ddba94172ad9d 100644
--- a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_view_controller.h
+++ b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_view_controller.h
@@ -17,8 +17,9 @@
: UIViewController<TabCollectionConsumer, UICollectionViewDataSource>
// A collection view of tabs.
@property(nonatomic, weak, readonly) UICollectionView* tabs;
-// Data source for the tabs to be displayed.
-@property(nonatomic, weak) id<TabCollectionDataSource> dataSource;
+// Model for collection view.
+@property(nonatomic, strong, readonly)
+ NSMutableArray<TabCollectionItem*>* items;
@end
#endif // IOS_CLEAN_CHROME_BROWSER_UI_TAB_COLLECTION_TAB_COLLECTION_VIEW_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698