Commit b35a1931 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Fix a typo in about_flags.cc.

In the |kFeatureEntries| struct, each FeatureEntry has a name and a
description. As is, for "message-center-redesign",
|kMessageCenterRedesignName| is used in both fields and
|kMessageCenterRedesignDescription| goes unused. Fix the typo so the
description is set to |kMessageCenterRedesignDescription|.

Change-Id: I130b795b656fdb27c4474e785ab83db230176d77
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037082Reviewed-by: default avatarAhmed Mehfooz <amehfooz@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#738419}
parent 5b626200
......@@ -1884,7 +1884,7 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kTrimOnMemoryPressureDescription, kOsCrOS,
FEATURE_VALUE_TYPE(performance_manager::features::kTrimOnMemoryPressure)},
{"message-center-redesign", flag_descriptions::kMessageCenterRedesignName,
flag_descriptions::kMessageCenterRedesignName, kOsCrOS,
flag_descriptions::kMessageCenterRedesignDescription, kOsCrOS,
FEATURE_VALUE_TYPE(ash::features::kUnifiedMessageCenterRefactor)},
#endif // OS_CHROMEOS
{
......
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