Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7601)

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc

Issue 124533003: Add country combobox to change country and rebuild address inputs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dependent locality and cedex should be optional Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698