mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update media_switches.cc
This commit is contained in:
parent
f975998071
commit
8fe1662a87
1 changed files with 1 additions and 2 deletions
|
@ -445,8 +445,7 @@ const base::Feature kGav1VideoDecoder{"Gav1VideoDecoder",
|
||||||
// Show toolbar button that opens dialog for controlling media sessions.
|
// Show toolbar button that opens dialog for controlling media sessions.
|
||||||
const base::Feature kGlobalMediaControls {
|
const base::Feature kGlobalMediaControls {
|
||||||
"GlobalMediaControls",
|
"GlobalMediaControls",
|
||||||
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
|
||||||
BUILDFLAG(IS_CHROMEOS_LACROS)
|
|
||||||
base::FEATURE_ENABLED_BY_DEFAULT
|
base::FEATURE_ENABLED_BY_DEFAULT
|
||||||
#else
|
#else
|
||||||
base::FEATURE_DISABLED_BY_DEFAULT
|
base::FEATURE_DISABLED_BY_DEFAULT
|
||||||
|
|
Loading…
Reference in a new issue