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 31c3eab5dce3d81131d7376c024ae95bc8ecb04b..7729ca212ca232f027a697b66e423d10c810dfcd 100644 |
--- a/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.h |
+++ b/ios/chrome/browser/ui/autofill/cells/autofill_edit_item.h |
@@ -24,6 +24,9 @@ |
// An image corresponding to the type of the credit card, if any. |
@property(nonatomic, copy) UIImage* cardTypeIcon; |
+// The inputView for the text field, if any. |
+@property(nonatomic, strong) UIPickerView* inputView; |
+ |
// The field type this item is describing. |
@property(nonatomic, assign) AutofillUIType autofillUIType; |