| 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 1bf24c92050f0a5902f7f68e17973ba8586dff5d..56c66f236a0a0a6baf0e15b65fb35bdea6206dee 100644
|
| --- a/chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| +++ b/chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| @@ -23,6 +23,7 @@ class View;
|
|
|
| namespace payments {
|
|
|
| +enum class DialogViewID;
|
| class PaymentRequestSpec;
|
| class PaymentRequestState;
|
| class PaymentRequestDialogView;
|
| @@ -70,6 +71,8 @@ class ProfileListViewController : public PaymentRequestSheetController {
|
| // in this context.
|
| virtual std::vector<autofill::AutofillProfile*> GetProfiles() = 0;
|
|
|
| + virtual DialogViewID GetDialogViewId() = 0;
|
| +
|
| void PopulateList();
|
|
|
| // PaymentRequestSheetController:
|
|
|