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

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

Issue 15961007: Highlight fields we know to be invalid but have no way of locally checking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/autofill/autofill_dialog_controller.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller.h b/chrome/browser/ui/autofill/autofill_dialog_controller.h
index b0ea080ef3c62d27edf2a149e3b3075d36007b40..890e4d73bf6647bf30522005861c69992f34375b 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller.h
@@ -38,8 +38,9 @@ namespace autofill {
class AutofillDialogController {
public:
enum ValidationType {
- VALIDATE_EDIT, // validate user edits. Allow for empty fields.
- VALIDATE_FINAL, // Full form validation. Mandatory fields can't be empty.
+ VALIDATE_SELECT, // Validate existing suggestions (card might've expired).
+ VALIDATE_EDIT, // Validate user edits. Allow for empty fields.
+ VALIDATE_FINAL, // Full form validation. Mandatory fields can't be empty.
};
// Strings -------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698