Chromium Code Reviews| 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 c1db28488075eb91967663c2e6c9e8b7906d2901..2f451a1036e4ed006d77ddf5bae8afdbeef6cf3d 100644 |
| --- a/ios/showcase/payments/sc_payments_editor_coordinator.mm |
| +++ b/ios/showcase/payments/sc_payments_editor_coordinator.mm |
| @@ -105,6 +105,9 @@ |
| return NO; |
| } |
| +- (void)formatValueForEditorField:(EditorField*)field { |
| +} |
| + |
| - (UIImage*)iconIdentifyingEditorField:(EditorField*)field { |
| return nil; |
| } |