Chromium Code Reviews| Index: chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillPaymentInstrument.java |
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillPaymentInstrument.java b/chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillPaymentInstrument.java |
| index b781280aa9138b4bb11c0756f08f32a091cc9305..ef0826e2c614f41cd8c2d3605e9acc50c5043263 100644 |
| --- a/chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillPaymentInstrument.java |
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillPaymentInstrument.java |
| @@ -154,6 +154,11 @@ public class AutofillPaymentInstrument extends PaymentInstrument |
| if (!mIsWaitingForFullCardDetails) sendIntrumentDetails(); |
| } |
| + @Override |
| + public void onCouldNotNormalize(AutofillProfile profile) { |
| + onAddressNormalized(null); |
|
please use gerrit instead
2017/02/15 21:27:45
Why ignore the profile parameter?
sebsg
2017/02/15 21:44:04
Right, it seems really weird now but this is becau
|
| + } |
| + |
| /** |
| * Stringify the card details and send the resulting string and the method name to the |
| * registered callback. |