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

Unified Diff: ios/chrome/browser/ui/payments/payment_request_editor_field.mm

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
« no previous file with comments | « ios/chrome/browser/ui/payments/payment_request_editor_field.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/payments/payment_request_editor_field.mm
diff --git a/ios/chrome/browser/ui/payments/payment_request_editor_field.mm b/ios/chrome/browser/ui/payments/payment_request_editor_field.mm
index 68740c4aefd241749ad3c87dbec7137683417c05..e861027d57bcc9fecc7ad527562ee405ce2ddc37 100644
--- a/ios/chrome/browser/ui/payments/payment_request_editor_field.mm
+++ b/ios/chrome/browser/ui/payments/payment_request_editor_field.mm
@@ -16,6 +16,7 @@
@synthesize value = _value;
@synthesize displayValue = _displayValue;
@synthesize required = _required;
+@synthesize enabled = _enabled;
@synthesize item = _item;
@synthesize sectionIdentifier = _sectionIdentifier;
@@ -31,6 +32,7 @@
_label = label;
_value = value;
_required = required;
+ _enabled = YES;
}
return self;
}
« no previous file with comments | « ios/chrome/browser/ui/payments/payment_request_editor_field.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698