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

Unified Diff: ios/chrome/browser/payments/payment_request_edit_view_controller+internal.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
« no previous file with comments | « ios/chrome/browser/payments/payment_request_edit_view_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/payments/payment_request_edit_view_controller+internal.h
diff --git a/ios/chrome/browser/payments/payment_request_edit_view_controller+internal.h b/ios/chrome/browser/payments/payment_request_edit_view_controller+internal.h
index fab51946f0e00a5cb99514c12814e9b2a03fc2e8..b68be158969d3472fc959893c1924907a0340a63 100644
--- a/ios/chrome/browser/payments/payment_request_edit_view_controller+internal.h
+++ b/ios/chrome/browser/payments/payment_request_edit_view_controller+internal.h
@@ -22,6 +22,10 @@ const NSInteger kItemTypeEnumStart = kItemTypeEnumZero + 100;
// value on the field. Returns YES if all the fields are validated successfully.
- (BOOL)validateForm;
+// Called before the editor field items are added to the the collection view
+// model. Subclasses override this method to add items before the editor fields.
+- (void)loadHeaderItems;
+
// Called after the editor field items have been added to the the collection
// view model. Subclasses override this method to add items after the editor
// fields.
« no previous file with comments | « ios/chrome/browser/payments/payment_request_edit_view_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698