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

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: tests 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 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_;

Powered by Google App Engine
This is Rietveld 408576698