Chromium Code Reviews| Index: device/usb/public/interfaces/device.mojom |
| diff --git a/device/usb/public/interfaces/device.mojom b/device/usb/public/interfaces/device.mojom |
| index 4b65a1141a12d5f06d735cdbf79695bc07fdb72c..354c27e85de8b0fd076f46ca69dabdccd7f465d9 100644 |
| --- a/device/usb/public/interfaces/device.mojom |
| +++ b/device/usb/public/interfaces/device.mojom |
| @@ -58,6 +58,9 @@ struct AlternateInterfaceInfo { |
| struct InterfaceInfo { |
| uint8 interface_number; |
| + // Interface number of the first interface in the function to which this |
| + // interface belongs. |
| + uint8 first_interface; |
| array<AlternateInterfaceInfo> alternates; |
| }; |