Chromium Code Reviews| Index: ui/events/devices/mojo/input_devices.mojom |
| diff --git a/ui/events/devices/mojo/input_devices.mojom b/ui/events/devices/mojo/input_devices.mojom |
| index da5124de7abfb5659a2fab6e15860d400c5892ee..e90599d5867af4fcc70966b1e8dcb743d64673d1 100644 |
| --- a/ui/events/devices/mojo/input_devices.mojom |
| +++ b/ui/events/devices/mojo/input_devices.mojom |
| @@ -18,6 +18,7 @@ struct InputDevice { |
| int32 id; |
| InputDeviceType type; |
| string name; |
| + bool enabled; |
| string sys_path; |
| uint16 vendor_id; |
| uint16 product_id; |