Index: chrome/browser/ui/autofill/autofill_dialog_i18n_input.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h b/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h |
index a4bfe6898c5faea63e5650b58ba42e0a996b9fee..4651f9420d326d3d62b651d05aecd3c7b816f880 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h |
@@ -62,6 +62,11 @@ void CreateAddressData( |
const base::Callback<base::string16(const AutofillType&)>& get_info, |
::i18n::addressinput::AddressData* address_data); |
+// Whether or not |country_code| has a fully supported address format. |
+// TODO(dbeam): remove this when filling dependent locality is supported. |
+// http://crbug.com/340929 |
+bool CountryIsFullySupported(const std::string& country_code); |
+ |
} // namespace i18ninput |
} // namespace autofill |