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

Unified Diff: chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc

Issue 2895473005: [Payments] Have expiration date be on the same line in CC editor (Closed)
Patch Set: addressed comments Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/credit_card_editor_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc
diff --git a/chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc b/chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc
index 283bb03e88541f123ab9b3139c24b4d7d179e951..8a08f9a4c65645ddf290cc0367538ef3a9aec0ba 100644
--- a/chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc
+++ b/chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc
@@ -161,7 +161,7 @@ bool ContactInfoEditorViewController::ContactInfoValidationDelegate::
TextfieldValueChanged(views::Textfield* textfield) {
base::string16 error_message;
bool is_valid = ValidateTextfield(textfield, &error_message);
- controller_->DisplayErrorMessageForField(field_, error_message);
+ controller_->DisplayErrorMessageForField(field_.type, error_message);
return is_valid;
}
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/credit_card_editor_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698