Index: components/autofill/browser/form_group.h |
diff --git a/components/autofill/browser/form_group.h b/components/autofill/browser/form_group.h |
index 931b51f8aded3679d84c507cdefa7ebe112f11c4..9450758cb1fc41d589f44d83859e96fa58249c74 100644 |
--- a/components/autofill/browser/form_group.h |
+++ b/components/autofill/browser/form_group.h |
@@ -75,11 +75,6 @@ class FormGroup { |
const std::string& app_locale, |
FormFieldData* field_data) const; |
- // Returns true if |value| is a valid US state name or abbreviation. It is |
- // case insensitive. Valid for US states only. |
- // TODO(estade): this is a crappy place for this function. |
- static bool IsValidState(const base::string16& value); |
- |
protected: |
// AutofillProfile needs to call into GetSupportedTypes() for objects of |
// non-AutofillProfile type, for which mere inheritance is insufficient. |