Skip to content

Commit

Permalink
(#860) Chrome Refresh 2023 flag restored.
Browse files Browse the repository at this point in the history
  • Loading branch information
win32ss committed Sep 10, 2024
1 parent e63e849 commit a71e23d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion chrome/browser/about_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11623,8 +11623,13 @@ const FeatureEntry kFeatureEntries[] = {
{"custom-tab-shapes",
"Supermium Custom Tab UI",
"Changes the look of browser tabs to appear with a trapezoidal shape.",
kOsAll,
kOsDesktop,
FEATURE_VALUE_TYPE(features::kSupermiumCustomTabs)},
{"chrome-refresh-2023",
"Chrome Refresh 2023",
"Enable Chrome Refresh 2023, the default theme in standard Chrome since version 124.",
kOsDesktop,
FEATURE_VALUE_TYPE(features::kChromeRefresh2023)},
// TODO: move all Supermium-specific flags to new source file.
// NOTE: Adding a new flag requires adding a corresponding entry to enum
// "LoginCustomFlags" in tools/metrics/histograms/enums.xml. See "Flag
Expand Down

0 comments on commit a71e23d

Please sign in to comment.