Closes #17298: Turn on new MediaSession feature for all builds (#17302)

upstream-sync
Roger Yang 3 years ago committed by GitHub
parent fb33d0bfd3
commit 7527851cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,8 @@ object FeatureFlags {
/**
* Enables the new MediaSession API.
*/
val newMediaSessionApi = Config.channel.isNightlyOrDebug
@Suppress("MayBeConst")
val newMediaSessionApi = true
/**
* Enabled showing site permission indicators in the toolbars.

Loading…
Cancel
Save