Skip to content

Commit

Permalink
fix features error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed May 16, 2024
1 parent 1b95eed commit c00a11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/browser/thorium_flag_entries.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{"customize-chrome-side-panel-no-cr23",
"Customize Chrome Side Panel (Non-Cr23 Variant)",
"Enables the \"Customize Chrome\" item in the Side Panel, without the Cr23 UI, and without having to also enable Chrome Refresh 2023.",
kOsDesktop, FEATURE_VALUE_TYPE(kCustomizeChromeSidePanelNoChromeRefresh2023)},
kOsDesktop, FEATURE_VALUE_TYPE(features::kCustomizeChromeSidePanelNoChromeRefresh2023)},
{"show-component-extension-options",
"Show Component Extension Options",
"Shows internal Chromium component extensions on the `chrome://extensions`. These are normally hidden, "
Expand Down

0 comments on commit c00a11d

Please sign in to comment.