Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
index bd3dcdbdc930c5397fc99b6a647e9882baa71a3b..1c693bb4f4c6e09e6a76e4113bdd8a1d62ae0d1d 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
@@ -690,6 +690,9 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate, |
// Wallet validation errors. section->type->(error_msg, input_value). |
WalletValidationErrors wallet_errors_; |
+ // The notification that describes the current wallet error, if any. |
+ scoped_ptr<DialogNotification> wallet_error_notification_; |
+ |
// The current state of the Autocheckout flow. |
AutocheckoutState autocheckout_state_; |