commit | 5885afac1bbeaa1f401dcb41a364a1feabf1c623 | [log] [tgz] |
---|---|---|
author | Vidhan <[email protected]> | Thu Jun 23 15:18:16 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jun 23 15:18:16 2022 |
tree | a733895c1553475120647e22029bedfdc834e90d | |
parent | d5a7b67a343ef5acf5de124506d63ce271ba3833 [diff] [blame] |
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[] =