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; |