Index: chrome/browser/autofill/select_control_handler.h |
diff --git a/chrome/browser/autofill/select_control_handler.h b/chrome/browser/autofill/select_control_handler.h |
index f920af8701c3780e2741cf8ebdbf871cf7170558..296071ebfd21e298412f647dee7f59d4cc12796d 100644 |
--- a/chrome/browser/autofill/select_control_handler.h |
+++ b/chrome/browser/autofill/select_control_handler.h |
@@ -24,6 +24,10 @@ void FillSelectControl(const FormGroup& form_group, |
AutofillType type, |
webkit_glue::FormField* field); |
+// Returns true if |value| is a valid US state name or abbreviation. It is case |
+// insensitive. Valid for US states only. |
+bool IsValidState(string16 value); |
+ |
} // namespace autofill |
#endif // CHROME_BROWSER_AUTOFILL_SELECT_CONTROL_HANDLER_H_ |