Add chrome://flags for AutofillPreventOverridingPrefilledValues

Change-Id: Ib7670b2468cee6f4ee6bb44a93afa410658fb12a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3720661
Auto-Submit: Vidhan Jain <[email protected]>
Commit-Queue: Vidhan Jain <[email protected]>
Reviewed-by: Matthias Körber <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1017166}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index f791d08e..20873d9 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -459,6 +459,12 @@
     "When enabled, Autofill will attempt to find merchant promo/coupon/gift "
     "code fields when parsing forms.";
 
+const char kAutofillPreventOverridingPrefilledValuesName[] =
+    "Prevent Autofill from overriding prefilled field values";
+const char kAutofillPreventOverridingPrefilledValuesDescription[] =
+    "When enabled, Autofill won't override any field values that have not been "
+    "filled by Autofill";
+
 const char kAutofillUseConsistentPopupSettingsIconsName[] =
     "Consistent Autofill settings icon";
 const char kAutofillUseConsistentPopupSettingsIconsDescription[] =