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[] =