feat: support Web Serial & WebUSB blocklists (#46600)
This commit is contained in:
parent
352a403efd
commit
a29e1170b9
10 changed files with 106 additions and 4 deletions
|
@ -33,6 +33,8 @@ namespace electron {
|
|||
|
||||
class ElectronBrowserContext;
|
||||
|
||||
const char kDisableUSBBlocklist[] = "disable-usb-blocklist";
|
||||
|
||||
class UsbChooserContext : public KeyedService,
|
||||
public device::mojom::UsbDeviceManagerClient {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue