tab outlines fix
This commit is contained in:
parent
0d1f69571e
commit
d750ae52e2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue