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/payments/billing_address_selection_mediator.h

Issue 2938673003: [Payment Request] Selector view edit mode (Closed)
Patch Set: Addressed comments Created 3 years, 6 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/payments/billing_address_selection_mediator.h
diff --git a/ios/chrome/browser/ui/payments/billing_address_selection_mediator.h b/ios/chrome/browser/ui/payments/billing_address_selection_mediator.h
index de1b72e847789f23830ba866c1d9fcb39d786790..4c975ee6efe22b569739ced6b06b1503da6e54a1 100644
--- a/ios/chrome/browser/ui/payments/billing_address_selection_mediator.h
+++ b/ios/chrome/browser/ui/payments/billing_address_selection_mediator.h
@@ -18,8 +18,14 @@ class AutofillProfile;
: NSObject<PaymentRequestSelectorViewControllerDataSource>
// Redefined to be read-write.
+@property(nonatomic, readwrite, assign) PaymentRequestSelectorState state;
+
+// Redefined to be read-write.
@property(nonatomic, readwrite, assign) NSUInteger selectedItemIndex;
+// Creates and stores the selectable items to display in the collection.
+- (void)loadItems;
+
// Initializes this object with an instance of PaymentRequest which has a copy
// of web::PaymentRequest as provided by the page invoking the Payment Request
// API as well as the selected billing profile. This object will not take

Powered by Google App Engine
This is Rietveld 408576698