| Index: chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| diff --git a/chrome/browser/ui/views/payments/profile_list_view_controller.h b/chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| index 7e1af22e9233a1340406a004277d6d40ec1db101..1f1705a84e2641f579a1930820eefe3149b84413 100644
|
| --- a/chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| +++ b/chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| @@ -65,6 +65,8 @@ class ProfileListViewController : public PaymentRequestSheetController {
|
|
|
| virtual autofill::AutofillProfile* GetSelectedProfile() = 0;
|
|
|
| + virtual bool IsValidProfile(const autofill::AutofillProfile& profile) = 0;
|
| +
|
| protected:
|
| // Does not take ownership of the arguments, which should outlive this object.
|
| ProfileListViewController(PaymentRequestSpec* spec,
|
|
|