Commit 84526c51 authored by Marc Treib's avatar Marc Treib Committed by Chromium LUCI CQ

Fix about:flags/#password-change-in-settings in developer builds

Before this CL, the "field trial name" specified for the
"PasswordChangeInSettings" feature was different between about_flags.cc
and the corresponding entry in fieldtrial_testing_config.json. This
caused a crash if the about:flags entry was enabled in a developer
build.
This CL changes about_flags.cc to match the fieldtrial testing config.

Bug: 1108692
Change-Id: I21112af815aa8e6bca361c1e9cafd17aceeae5ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2599805
Commit-Queue: Marc Treib <treib@chromium.org>
Reviewed-by: default avatarMaxim Kolosovskiy  <kolos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842424}
parent 9b7b710a
......@@ -6264,7 +6264,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_WITH_PARAMS_VALUE_TYPE(
password_manager::features::kPasswordChangeInSettings,
kPasswordChangeInSettingsFeatureVariations,
"PasswordChangeInSettingsFeatureVariations")},
"PasswordChangeInSettings")},
{"password-scripts-fetching",
flag_descriptions::kPasswordScriptsFetchingName,
flag_descriptions::kPasswordScriptsFetchingDescription, kOsAndroid,
......
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