| Index: third_party/WebKit/Source/modules/webusb/USBConfiguration.h
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USBConfiguration.h b/third_party/WebKit/Source/modules/webusb/USBConfiguration.h
|
| index e4676703faa0b448e910bdf5d625a513d381104f..72299b031bd5624ca45a72c9a998fd74dd48f725 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBConfiguration.h
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBConfiguration.h
|
| @@ -26,6 +26,8 @@ public:
|
|
|
| USBConfiguration(const USBDevice*, size_t configurationIndex);
|
|
|
| + const USBDevice* device() const;
|
| + size_t index() const;
|
| const WebUSBDeviceInfo::Configuration& info() const;
|
|
|
| uint8_t configurationValue() const;
|
|
|