fix: WebUSB on ARM64 macs (#37441)
This commit is contained in:
parent
4e85bb921b
commit
efde7a140b
3 changed files with 24 additions and 5 deletions
|
@ -36,11 +36,6 @@ void InitializeFeatureList() {
|
|||
disable_features +=
|
||||
std::string(",") + features::kSpareRendererForSitePerProcess.name;
|
||||
|
||||
#if BUILDFLAG(IS_MAC)
|
||||
// Needed for WebUSB implementation
|
||||
enable_features += std::string(",") + device::kNewUsbBackend.name;
|
||||
#endif
|
||||
|
||||
#if !BUILDFLAG(ENABLE_PICTURE_IN_PICTURE)
|
||||
disable_features += std::string(",") + media::kPictureInPicture.name;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue