mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update media_switches.cc
This commit is contained in:
parent
c4956fbdf9
commit
21aefbf178
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue