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; |
}; |