Update media_switches.cc

This commit is contained in:
Alexander David Frick 2022-05-18 08:07:40 -07:00 committed by GitHub
parent c4956fbdf9
commit 21aefbf178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -665,6 +665,11 @@ const base::Feature kHardwareSecureDecryptionFallback{
const base::Feature kWakeLockOptimisationHiddenMuted{
"kWakeLockOptimisationHiddenMuted", base::FEATURE_ENABLED_BY_DEFAULT};
// If active, enable HiDPI mode that increases the display scale factor
// while capturing a low-resolution tab.
const base::Feature kWebContentsCaptureHiDpi{"WebContentsCaptureHiDPI",
base::FEATURE_DISABLED_BY_DEFAULT};
// Enables handling of hardware media keys for controlling media.
const base::Feature kHardwareMediaKeyHandling {