tab outlines fix

This commit is contained in:
Alexander Frick 2023-10-17 08:55:27 -05:00
parent 0d1f69571e
commit d750ae52e2
1 changed files with 1 additions and 1 deletions

View File

@ -1199,7 +1199,7 @@ bool TabStrip::ShouldDrawStrokes() const {
// called.
static const bool force_enable_tab_outlines =
base::CommandLine::ForCurrentProcess()->HasSwitch("force-enable-tab-outlines");
if (tab_outlines_in_low_contrast) {
if (force_enable_tab_outlines) {
return true;
}