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

Unified Diff: ios/chrome/browser/ui/payments/payment_request_edit_view_controller+internal.h

Issue 2876603005: [Payment Request] Refactors the edit view controller (Closed)
Patch Set: 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/payments/payment_request_edit_view_controller+internal.h
diff --git a/ios/chrome/browser/ui/payments/payment_request_edit_view_controller+internal.h b/ios/chrome/browser/ui/payments/payment_request_edit_view_controller+internal.h
index 55b9c021ef60fd01ff736c78571b2d05e16afbae..d73091ed90d61ef0a4c1a27e2a690791924480e2 100644
--- a/ios/chrome/browser/ui/payments/payment_request_edit_view_controller+internal.h
+++ b/ios/chrome/browser/ui/payments/payment_request_edit_view_controller+internal.h
@@ -22,10 +22,6 @@ 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.
@@ -35,11 +31,6 @@ const NSInteger kItemTypeEnumStart = kItemTypeEnumZero + 100;
// text field.
- (NSIndexPath*)indexPathForCurrentTextField;
-// Adds an error message item in the section |sectionIdentifier| if
-// |errorMessage| is non-empty. Otherwise removes such an item if one exists.
-- (void)addOrRemoveErrorMessage:(NSString*)errorMessage
- inSectionWithIdentifier:(NSInteger)sectionIdentifier;
-
@end
#endif // IOS_CHROME_BROWSER_UI_PAYMENTS_PAYMENT_REQUEST_EDIT_VIEW_CONTROLLER_INTERNAL_H_

Powered by Google App Engine
This is Rietveld 408576698