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

Unified Diff: components/payments/content/payment_request_delegate.h

Issue 2779283002: [Web Payments] Implement the CVC Unmask dialog. (Closed)
Patch Set: Created 3 years, 9 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/content/payment_request_delegate.h
diff --git a/components/payments/content/payment_request_delegate.h b/components/payments/content/payment_request_delegate.h
index dc421cdb4bc65b6ba98509511b59634299215fc4..f6e227eeb0f9b3360bf207fb7dfcfc7c91b57284 100644
--- a/components/payments/content/payment_request_delegate.h
+++ b/components/payments/content/payment_request_delegate.h
@@ -7,6 +7,11 @@
#include <string>
+#include "base/memory/weak_ptr.h"
+#include "components/autofill/core/browser/autofill_client.h"
+#include "components/autofill/core/browser/payments/full_card_request.h"
+#include "components/payments/core/autofill_payment_instrument.h"
+
namespace autofill {
class PersonalDataManager;
}
@@ -15,7 +20,8 @@ namespace payments {
class PaymentRequest;
-class PaymentRequestDelegate {
+class PaymentRequestDelegate
+ : public AutofillPaymentInstrument::FullCardRequestDelegate {
public:
virtual ~PaymentRequestDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698