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

Unified Diff: components/payments/core/autofill_payment_instrument.h

Issue 2813203004: [Payments] Show what's missing for incomplete payment methods. (Closed)
Patch Set: Initial 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
Index: components/payments/core/autofill_payment_instrument.h
diff --git a/components/payments/core/autofill_payment_instrument.h b/components/payments/core/autofill_payment_instrument.h
index 84b343ab4c60b0002233c648ea91b9132098f22b..e2f886c93bb2d1c6377bbab072c0d46e29a6380a 100644
--- a/components/payments/core/autofill_payment_instrument.h
+++ b/components/payments/core/autofill_payment_instrument.h
@@ -40,7 +40,7 @@ class AutofillPaymentInstrument
// PaymentInstrument:
void InvokePaymentApp(PaymentInstrument::Delegate* delegate) override;
- bool IsCompleteForPayment() override;
+ bool IsCompleteForPayment(base::string16* missing_info) override;
bool IsValidForCanMakePayment() override;
// autofill::payments::FullCardRequest::ResultDelegate:

Powered by Google App Engine
This is Rietveld 408576698