| Index: device/usb/public/interfaces/device.mojom
|
| diff --git a/device/usb/public/interfaces/device.mojom b/device/usb/public/interfaces/device.mojom
|
| index 25addb2d411a1f2fab9c286e47a80a96af1f80c7..de7bd5fb148e87d44187f6becd8dd4a356c42e1a 100644
|
| --- a/device/usb/public/interfaces/device.mojom
|
| +++ b/device/usb/public/interfaces/device.mojom
|
| @@ -10,6 +10,9 @@ enum OpenDeviceError {
|
|
|
| // The operating system denied access to the device.
|
| ACCESS_DENIED,
|
| +
|
| + // The device is already open.
|
| + ALREADY_OPEN,
|
| };
|
|
|
| enum TransferDirection {
|
|
|