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

Unified Diff: chrome/browser/ui/views/payments/shipping_address_editor_view_controller.h

Issue 2896263002: [Payments] Changes to validation in the Credit Card editor (Closed)
Patch Set: rebase 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
Index: chrome/browser/ui/views/payments/shipping_address_editor_view_controller.h
diff --git a/chrome/browser/ui/views/payments/shipping_address_editor_view_controller.h b/chrome/browser/ui/views/payments/shipping_address_editor_view_controller.h
index 3433f3164bfed8cbac920d13b68f1edb289b196d..ab863a74b3254cc36e646dcabafc3beffef840dd 100644
--- a/chrome/browser/ui/views/payments/shipping_address_editor_view_controller.h
+++ b/chrome/browser/ui/views/payments/shipping_address_editor_view_controller.h
@@ -75,7 +75,8 @@ class ShippingAddressEditorViewController : public EditorViewController {
base::string16 Format(const base::string16& text) override;
bool IsValidTextfield(views::Textfield* textfield) override;
bool IsValidCombobox(views::Combobox* combobox) override;
- bool TextfieldValueChanged(views::Textfield* textfield) override;
+ bool TextfieldValueChanged(views::Textfield* textfield,
+ bool was_blurred) override;
bool ComboboxValueChanged(views::Combobox* combobox) override;
void ComboboxModelChanged(views::Combobox* combobox) override;

Powered by Google App Engine
This is Rietveld 408576698