commit | 30bf4cafdb1891316fb37cecb46e06ea161d76d3 | [log] [tgz] |
---|---|---|
author | Qihui Zhao <[email protected]> | Tue Jul 26 20:24:59 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jul 26 20:24:59 2022 |
tree | 5d29ab7535ce3b3264b60308422993fca1872f01 | |
parent | 96c9286c04b8f65865e641bc94cc51ac0900db3b [diff] [blame] |
Feature flag for autofill fill iban fields. Bug: 1344590 Change-Id: Iad8b5153854ac67eec7858bb94134009956eafb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3783397 Reviewed-by: Jared Saul <[email protected]> Commit-Queue: Qihui Zhao <[email protected]> Cr-Commit-Position: refs/heads/main@{#1028426}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 4729bb1..8840c3c 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -470,6 +470,12 @@ "When enabled, if previous Autofill feature offer was declined, " "Chrome will wait for some time before showing the offer again."; +extern const char kAutofillFillIbanFieldsName[] = + "Enable Autofill of IBAN fields in forms"; +extern const char kAutofillFillIbanFieldsDescription[] = + "When enabled, Autofill will attempt to fill IBAN (International Bank " + "Account Number) fields when data is available."; + const char kAutofillFillMerchantPromoCodeFieldsName[] = "Enable Autofill of promo code fields in forms"; const char kAutofillFillMerchantPromoCodeFieldsDescription[] =