Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h

Issue 23495006: rAc: better Wallet error messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self review Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698