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

Unified Diff: ios/chrome/browser/payments/credit_card_edit_view_controller.h

Issue 2826593005: [Payment Request] Sever card summary section in the credit card edit form (Closed)
Patch Set: Addressed comments Created 3 years, 8 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/payments/credit_card_edit_view_controller.h
diff --git a/ios/chrome/browser/payments/credit_card_edit_view_controller.h b/ios/chrome/browser/payments/credit_card_edit_view_controller.h
index be723d5ecadbd836ef1b3473f1cc445ce8930890..0e0dd13350a6dbb3b95ff4487bdc5d21a3224273 100644
--- a/ios/chrome/browser/payments/credit_card_edit_view_controller.h
+++ b/ios/chrome/browser/payments/credit_card_edit_view_controller.h
@@ -21,6 +21,10 @@ typedef NS_ENUM(NSInteger, CreditCardEditViewControllerState) {
@protocol CreditCardEditViewControllerDataSource<
PaymentRequestEditViewControllerDataSource>
+// Returns an item that identifies the server card being edited. Returns nil for
+// local cards or when a card is being created.
+- (CollectionViewItem*)serverCardSummaryItem;
+
// Returns the billing address label from an autofill profile with the given
// guid. Returns nil if the profile does not have an address.
- (NSString*)billingAddressLabelForProfileWithGUID:(NSString*)profileGUID;

Powered by Google App Engine
This is Rietveld 408576698