Commit a50ea3f2 authored by Viktor Semeniuk's avatar Viktor Semeniuk Committed by Chromium LUCI CQ

Fixing feature name in chrome/browser/about_flags.cc

Bug: 1108279
Change-Id: Ie2abff9ef6c12b925471f97c21217c132007de02
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602422Reviewed-by: default avatarJan Wilken Dörrie <jdoerrie@chromium.org>
Reviewed-by: default avatarViktor Semeniuk <vsemeniuk@google.com>
Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com>
Cr-Commit-Position: refs/heads/master@{#841047}
parent a2b49364
...@@ -6890,7 +6890,7 @@ const FeatureEntry kFeatureEntries[] = { ...@@ -6890,7 +6890,7 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kChangePasswordAffiliationInfoName, flag_descriptions::kChangePasswordAffiliationInfoName,
flag_descriptions::kChangePasswordAffiliationInfoDescription, kOsAll, flag_descriptions::kChangePasswordAffiliationInfoDescription, kOsAll,
FEATURE_VALUE_TYPE( FEATURE_VALUE_TYPE(
password_manager::features::kUseOfHashAffiliationFetcher)}, password_manager::features::kChangePasswordAffiliationInfo)},
{"use-of-hash-affiliation-fetcher", {"use-of-hash-affiliation-fetcher",
flag_descriptions::kUseOfHashAffiliationFetcherName, flag_descriptions::kUseOfHashAffiliationFetcherName,
......
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