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..99d19f5bbc54bf88f48ba1b39d6784962dfb2c0a 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h |
@@ -62,6 +62,9 @@ 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. |
+bool CountryIsFullySupported(const std::string& country_code); |
+ |
} // namespace i18ninput |
} // namespace autofill |