diff options
Diffstat (limited to 'device/usb/usb_device.cc')
-rw-r--r-- | device/usb/usb_device.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/device/usb/usb_device.cc b/device/usb/usb_device.cc index 5fa7a34..ceab5ea 100644 --- a/device/usb/usb_device.cc +++ b/device/usb/usb_device.cc @@ -30,11 +30,4 @@ void UsbDevice::CheckUsbAccess(const ResultCallback& callback) { callback.Run(true); } -void UsbDevice::OpenInterface(int interface_id, const OpenCallback& callback) { - // On most platforms nothing special is necessary to open a device for access - // to a particular interface. This is needed until crbug.com/496469 is - // resolved. - Open(callback); -} - } // namespace device |