Autofill i18n: Set postal code and state field labels based on the selected country.
* Changes the country field to a <select> field.
* Restricts the possible values for the "country" field to a set of known values
* Moves the country field to the top of the Autofill dialog
* Changes the field labels according to the selected country
BUG=56599,56602,56604
TEST=
Review URL: http://codereview.chromium.org/6484022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76117 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 9cc3488a..4bfa10e5 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -154,6 +154,8 @@
'browser/autofill/autofill_cc_infobar_delegate.cc',
'browser/autofill/autofill_cc_infobar_delegate.h',
'browser/autofill/autofill_cc_infobar_win.cc',
+ 'browser/autofill/autofill_country.cc',
+ 'browser/autofill/autofill_country.h',
'browser/autofill/autofill_credit_card_model_mac.h',
'browser/autofill/autofill_credit_card_model_mac.mm',
'browser/autofill/autofill_credit_card_sheet_controller_mac.h',