fix: use the new MediaPlayPause key listener for internal chrome logic (#21959)
This commit is contained in:
parent
7c070c58af
commit
6428bf36d2
5 changed files with 66 additions and 18 deletions
|
@ -21,7 +21,6 @@ buildflag_header("buildflags") {
|
|||
"ENABLE_ELECTRON_EXTENSIONS=$enable_electron_extensions",
|
||||
"ENABLE_BUILTIN_SPELLCHECKER=$enable_builtin_spellchecker",
|
||||
"ENABLE_PICTURE_IN_PICTURE=$enable_picture_in_picture",
|
||||
"ENABLE_MEDIA_KEY_OVERRIDES=$enable_media_key_overrides",
|
||||
"OVERRIDE_LOCATION_PROVIDER=$enable_fake_location_provider",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -22,8 +22,6 @@ declare_args() {
|
|||
|
||||
enable_picture_in_picture = true
|
||||
|
||||
enable_media_key_overrides = true
|
||||
|
||||
# Provide a fake location provider for mocking
|
||||
# the geolocation responses. Disable it if you
|
||||
# need to test with chromium's location provider.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue