| 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 6775176b494f49654faf1dac9e28233c91bada49..0a0ef4dc73f533c021f357e094f7485478fefa9d 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h
|
| @@ -60,12 +60,6 @@ ServerFieldType TypeForField(::i18n::addressinput::AddressField field,
|
| bool FieldForType(ServerFieldType server_type,
|
| ::i18n::addressinput::AddressField* field);
|
|
|
| -// Creates an AddressData object for internationalized address display or
|
| -// validation using |get_info| for field values.
|
| -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
|
|
|