diff options
Diffstat (limited to 'device/usb/usb_device.h')
-rw-r--r-- | device/usb/usb_device.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/device/usb/usb_device.h b/device/usb/usb_device.h index 0d84328..53087c8 100644 --- a/device/usb/usb_device.h +++ b/device/usb/usb_device.h @@ -46,11 +46,6 @@ class UsbDevice : public base::RefCountedThreadSafe<UsbDevice> { // Creates a UsbDeviceHandle for further manipulation. virtual void Open(const OpenCallback& callback) = 0; - // Creates a UsbDeviceHandle for further manipulation. This method is a - // temporary workaround for crbug.com/500057 while the work to finish - // crbug.com/496469 is completed. - virtual void OpenInterface(int interface_id, const OpenCallback& callback); - // Explicitly closes a device handle. This method will be automatically called // by the destructor of a UsbDeviceHandle as well. virtual bool Close(scoped_refptr<UsbDeviceHandle> handle) = 0; |