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

Unified Diff: ios/chrome/browser/ui/settings/cells/autofill_data_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/settings/cells/autofill_data_item.h
diff --git a/ios/chrome/browser/ui/settings/cells/autofill_data_item.h b/ios/chrome/browser/ui/settings/cells/autofill_data_item.h
index 68d3161cf173df949021b426679e279ef57f4686..ab64bd698d989fd2b7293169b802765d5d79cfb2 100644
--- a/ios/chrome/browser/ui/settings/cells/autofill_data_item.h
+++ b/ios/chrome/browser/ui/settings/cells/autofill_data_item.h
@@ -26,9 +26,6 @@
@property(nonatomic, copy) NSString* leadingDetailText;
@property(nonatomic, copy) NSString* trailingDetailText;
-// The accessory type for the represented cell.
-@property(nonatomic) MDCCollectionViewCellAccessoryType accessoryType;
-
@end
// Cell for autofill data with two leading text labels and one trailing text

Powered by Google App Engine
This is Rietveld 408576698