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

Unified Diff: ios/chrome/browser/ui/collection_view/cells/collection_view_account_item.h

Issue 2814793003: Adds accessoryType property to CollectionViewItem (Closed)
Patch Set: 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/collection_view/cells/collection_view_account_item.h
diff --git a/ios/chrome/browser/ui/collection_view/cells/collection_view_account_item.h b/ios/chrome/browser/ui/collection_view/cells/collection_view_account_item.h
index e50a9d1784cd106c317760326747c599afa4b448..d74ae0631c3070679ff1af928a6b975930f56d48 100644
--- a/ios/chrome/browser/ui/collection_view/cells/collection_view_account_item.h
+++ b/ios/chrome/browser/ui/collection_view/cells/collection_view_account_item.h
@@ -22,9 +22,6 @@
@property(nonatomic, strong) ChromeIdentity* chromeIdentity;
@property(nonatomic, assign, getter=isEnabled) BOOL enabled;
-// The accessory type for the represented cell.
-@property(nonatomic) MDCCollectionViewCellAccessoryType accessoryType;
-
@end
// Cell for account avatar with a leading avatar imageView, title text label,

Powered by Google App Engine
This is Rietveld 408576698