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

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..da4a7367fd5cbdb0bb6f18f956e4fe8c470f26a7 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller.h
@@ -37,11 +37,6 @@ namespace autofill {
// This class defines the interface to the controller that the dialog view sees.
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.
- };
-
// Strings -------------------------------------------------------------------
virtual string16 DialogTitle() const = 0;

Powered by Google App Engine
This is Rietveld 408576698