| Index: chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc b/chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc
|
| index e50465d08a9571d377a92f1e0159440d90328032..9209a108be71b3e1f958aa7e293d32cbe3d1b63f 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc
|
| @@ -102,8 +102,7 @@ void BuildAddressInputs(common::AddressType address_type,
|
| billing ? ADDRESS_BILLING_COUNTRY : ADDRESS_HOME_COUNTRY;
|
| base::string16 placeholder_text =
|
| l10n_util::GetStringUTF16(IDS_AUTOFILL_FIELD_LABEL_COUNTRY);
|
| - // TODO(dbeam): unhide so users can switch countries. http://crbug.com/331544
|
| - DetailInput input = { DetailInput::NONE, server_type, placeholder_text };
|
| + DetailInput input = { DetailInput::LONG, server_type, placeholder_text };
|
| inputs->push_back(input);
|
| }
|
|
|
|
|