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

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

Issue 2893353002: [Payment Request] Address edit view controller (Part 2) (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
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;
« no previous file with comments | « ios/chrome/browser/ui/autofill/autofill_ui_type_util.mm ('k') | 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