Commit bbfb06af authored by Elizabeth Popova's avatar Elizabeth Popova Committed by Commit Bot

[Autofill] Relax address requirements for Russia, Ukraine and Belarus

Testing of shopping websites in these countries has shown that most address forms do not contain ZIP or State field. It was preventing addresses from being saved.
See go/manual-autofill-test-q4-2020.

Change-Id: Iee397c8a5bf5f9bfbda0ecce3ef0ed3f1556687f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461732Reviewed-by: default avatarMatthias Körber <koerber@google.com>
Commit-Queue: Elizabeth Popova <lizapopova@google.com>
Cr-Commit-Position: refs/heads/master@{#815562}
parent 0b09d42b
...@@ -147,7 +147,7 @@ const StaticCountryData kCountryData[] = { ...@@ -147,7 +147,7 @@ const StaticCountryData kCountryData[] = {
ADDRESS_REQUIRES_LINE1_CITY } }, ADDRESS_REQUIRES_LINE1_CITY } },
{"BY", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE, {"BY", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE,
IDS_AUTOFILL_FIELD_LABEL_PROVINCE, IDS_AUTOFILL_FIELD_LABEL_PROVINCE,
ADDRESS_REQUIRES_LINE1_CITY_STATE_ZIP } }, ADDRESS_REQUIRES_LINE1_CITY } },
{"BZ", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE, {"BZ", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE,
IDS_AUTOFILL_FIELD_LABEL_PROVINCE, IDS_AUTOFILL_FIELD_LABEL_PROVINCE,
ADDRESS_REQUIRES_LINE1_CITY } }, ADDRESS_REQUIRES_LINE1_CITY } },
...@@ -612,7 +612,7 @@ const StaticCountryData kCountryData[] = { ...@@ -612,7 +612,7 @@ const StaticCountryData kCountryData[] = {
ADDRESS_REQUIRES_LINE1_CITY_ZIP } }, ADDRESS_REQUIRES_LINE1_CITY_ZIP } },
{"RU", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE, {"RU", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE,
IDS_AUTOFILL_FIELD_LABEL_PROVINCE, IDS_AUTOFILL_FIELD_LABEL_PROVINCE,
ADDRESS_REQUIRES_LINE1_CITY_ZIP } }, ADDRESS_REQUIRES_LINE1_CITY } },
{"RW", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE, {"RW", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE,
IDS_AUTOFILL_FIELD_LABEL_PROVINCE, IDS_AUTOFILL_FIELD_LABEL_PROVINCE,
ADDRESS_REQUIRES_LINE1_CITY } }, ADDRESS_REQUIRES_LINE1_CITY } },
...@@ -726,7 +726,7 @@ const StaticCountryData kCountryData[] = { ...@@ -726,7 +726,7 @@ const StaticCountryData kCountryData[] = {
ADDRESS_REQUIRES_LINE1_CITY_ZIP } }, ADDRESS_REQUIRES_LINE1_CITY_ZIP } },
{"UA", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE, {"UA", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE,
IDS_AUTOFILL_FIELD_LABEL_PROVINCE, IDS_AUTOFILL_FIELD_LABEL_PROVINCE,
ADDRESS_REQUIRES_LINE1_CITY_STATE_ZIP } }, ADDRESS_REQUIRES_LINE1_CITY } },
{"UG", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE, {"UG", { IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE,
IDS_AUTOFILL_FIELD_LABEL_PROVINCE, IDS_AUTOFILL_FIELD_LABEL_PROVINCE,
ADDRESS_REQUIRES_LINE1_CITY } }, ADDRESS_REQUIRES_LINE1_CITY } },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment