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

Unified Diff: ios/showcase/payments/sc_payments_editor_coordinator.mm

Issue 2908033002: [Payment Request] Refactors edit view controller (Closed)
Patch Set: Addressed comments 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/showcase/payments/sc_payments_editor_coordinator.mm
diff --git a/ios/showcase/payments/sc_payments_editor_coordinator.mm b/ios/showcase/payments/sc_payments_editor_coordinator.mm
index 1b5621e24662154be9f3e528a590809776e6e6ed..7bd180826784e171d6b575ea158e43773ccfb376 100644
--- a/ios/showcase/payments/sc_payments_editor_coordinator.mm
+++ b/ios/showcase/payments/sc_payments_editor_coordinator.mm
@@ -102,6 +102,10 @@
return NO;
}
+- (UIImage*)iconIdentifyingEditorField:(EditorField*)field {
+ return nil;
+}
+
#pragma mark - PaymentRequestEditViewControllerValidator
- (NSString*)paymentRequestEditViewController:
« 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