| Index: third_party/WebKit/Source/modules/webusb/USBInterface.idl
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USBInterface.idl b/third_party/WebKit/Source/modules/webusb/USBInterface.idl
|
| index 54e37343a876b793d6c4648dd53d2ac82c81082c..6a14ad1c4a882894f53b2a25bd5b2aada8192758 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBInterface.idl
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBInterface.idl
|
| @@ -12,4 +12,5 @@
|
| ] interface USBInterface {
|
| readonly attribute octet interfaceNumber;
|
| readonly attribute sequence<USBAlternateInterface> alternates;
|
| + readonly attribute boolean claimed;
|
| };
|
|
|