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

Unified Diff: components/payments/payment_request_delegate.h

Issue 2673753005: [Payments] Basic validation in the credit card editor. (Closed)
Patch Set: rouslan's comments Created 3 years, 10 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/payment_request_delegate.h
diff --git a/components/payments/payment_request_delegate.h b/components/payments/payment_request_delegate.h
index 08988db544cff769999b64f277602d977735e7c4..65e56af4b1aa7f2fb552813b7d8e71bc151ed2f0 100644
--- a/components/payments/payment_request_delegate.h
+++ b/components/payments/payment_request_delegate.h
@@ -25,6 +25,7 @@ class PaymentRequestDelegate {
virtual void CloseDialog() = 0;
// Gets the PersonalDataManager associated with this PaymentRequest flow.
+ // Cannot be null.
virtual autofill::PersonalDataManager* GetPersonalDataManager() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698