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, |