| Index: chrome/browser/ui/views/payments/payment_request_dialog_view.h
|
| diff --git a/chrome/browser/ui/views/payments/payment_request_dialog_view.h b/chrome/browser/ui/views/payments/payment_request_dialog_view.h
|
| index 8303b9082db7a8792bcc13d29dcdbd8a0c65c30c..1ceb8d0e90a28dff0ee78cfdf7408d15ab682da0 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_dialog_view.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_dialog_view.h
|
| @@ -57,6 +57,8 @@ class PaymentRequestDialogView : public views::DialogDelegateView,
|
|
|
| virtual void OnShippingAddressEditorOpened() = 0;
|
|
|
| + virtual void OnContactInfoEditorOpened() = 0;
|
| +
|
| virtual void OnBackNavigation() = 0;
|
|
|
| virtual void OnBackToPaymentSheetNavigation() = 0;
|
| @@ -112,6 +114,8 @@ class PaymentRequestDialogView : public views::DialogDelegateView,
|
| autofill::CreditCard* credit_card = nullptr);
|
| // |profile| is the address to be edited, or nullptr for adding an address.
|
| void ShowShippingAddressEditor(autofill::AutofillProfile* profile = nullptr);
|
| + // |profile| is the profile to be edited, or nullptr for adding a profile.
|
| + void ShowContactInfoEditor(autofill::AutofillProfile* profile = nullptr);
|
| void EditorViewUpdated();
|
|
|
| void ShowCvcUnmaskPrompt(
|
|
|