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 54fb490ed79ce8f6a59a74351f8105ed3a560491..eaefcade0c3a8208847e527fc273da8b7392fb83 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
@@ -693,6 +693,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_; |