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

Unified Diff: ios/chrome/browser/ui/autofill/cells/autofill_edit_item.h

Issue 2911883002: [Payment Request] Renames a poorly named property of the AutofillEditItem. (Closed)
Patch Set: Initial 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/autofill/cells/autofill_edit_item.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/autofill/cells/autofill_edit_item.h
diff --git a/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.h b/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.h
index 7729ca212ca232f027a697b66e423d10c810dfcd..db91a6e08f138fcc3bb96d98c2e683776475712f 100644
--- a/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.h
+++ b/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.h
@@ -21,8 +21,8 @@
// The value of the text field.
@property(nonatomic, copy) NSString* textFieldValue;
-// An image corresponding to the type of the credit card, if any.
-@property(nonatomic, copy) UIImage* cardTypeIcon;
+// An icon identifying the text field or its current value, if any.
+@property(nonatomic, copy) UIImage* identifyingIcon;
// The inputView for the text field, if any.
@property(nonatomic, strong) UIPickerView* inputView;
@@ -51,8 +51,8 @@
// |textFieldValue|.
@property(nonatomic, readonly, strong) UITextField* textField;
-// UIImageView containing the credit card type icon.
-@property(nonatomic, readonly, strong) UIImageView* cardTypeIconView;
+// UIImageView containing the icon identifying |textField| or its current value.
+@property(nonatomic, readonly, strong) UIImageView* identifyingIconView;
@end
« no previous file with comments | « no previous file | ios/chrome/browser/ui/autofill/cells/autofill_edit_item.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698