Update media_switches.cc

This commit is contained in:
Alexander David Frick 2022-03-28 21:36:12 -05:00 committed by GitHub
parent cc751988e8
commit 5efc10ed74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -612,6 +612,13 @@ const base::Feature kHardwareSecureDecryption{
// sub key systems. Which sub key system is experimental is key system specific.
const base::Feature kHardwareSecureDecryptionExperiment{
"HardwareSecureDecryptionExperiment", base::FEATURE_DISABLED_BY_DEFAULT};
// Allows automatically disabling hardware secure Content Decryption Module
// (CDM) after failures or crashes to fallback to software secure CDMs. If this
// feature is disabled, the fallback will never happen and users could be stuck
// in playback failures.
const base::Feature kHardwareSecureDecryptionFallback{
"HardwareSecureDecryptionFallback", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kWakeLockOptimisationHiddenMuted{
"kWakeLockOptimisationHiddenMuted", base::FEATURE_ENABLED_BY_DEFAULT};