| Index: components/autofill/core/browser/autofill_country.cc
|
| diff --git a/components/autofill/core/browser/autofill_country.cc b/components/autofill/core/browser/autofill_country.cc
|
| index a5129191181553ac4e936fa4653b232927ac72a7..265c876f7fa568a92dae049130f75a4624dbde77 100644
|
| --- a/components/autofill/core/browser/autofill_country.cc
|
| +++ b/components/autofill/core/browser/autofill_country.cc
|
| @@ -759,6 +759,9 @@ const StaticCountryData kCountryData[] = {
|
| { "WS", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE,
|
| IDS_AUTOFILL_FIELD_LABEL_PROVINCE,
|
| ADDRESS_REQUIREMENTS_UNKNOWN } },
|
| + { "XK", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE,
|
| + IDS_AUTOFILL_FIELD_LABEL_PROVINCE,
|
| + ADDRESS_REQUIRES_CITY } },
|
| { "YE", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE,
|
| IDS_AUTOFILL_FIELD_LABEL_PROVINCE,
|
| ADDRESS_REQUIRES_CITY } },
|
|
|