Index: components/usb_service/usb_device_handle.h |
diff --git a/components/usb_service/usb_device_handle.h b/components/usb_service/usb_device_handle.h |
index 605e05e5301b8e15bb667c585c651c052009306e..0115e64d17c123e2dae4341cc0637dfa2e915e58 100644 |
--- a/components/usb_service/usb_device_handle.h |
+++ b/components/usb_service/usb_device_handle.h |
@@ -58,6 +58,8 @@ class USB_SERVICE_EXPORT UsbDeviceHandle |
virtual bool SetInterfaceAlternateSetting(const int interface_number, |
const int alternate_setting) = 0; |
virtual bool ResetDevice() = 0; |
+ virtual bool GetManufacturer(base::string16* manufacturer) = 0; |
+ virtual bool GetProduct(base::string16* product) = 0; |
virtual bool GetSerial(base::string16* serial) = 0; |
// Async IO. Can be called on any thread. |