Chromium Code Reviews| Index: ui/events/devices/input_device.h |
| diff --git a/ui/events/devices/input_device.h b/ui/events/devices/input_device.h |
| index 4ef06b38cf868e7279da975065e91fddb904785f..3f7073916f808d5470e4b71e35b6c4830166e7f2 100644 |
| --- a/ui/events/devices/input_device.h |
| +++ b/ui/events/devices/input_device.h |
| @@ -45,6 +45,8 @@ struct EVENTS_DEVICES_EXPORT InputDevice { |
| // Name of the device. |
| std::string name; |
| + bool enabled; |
|
sadrul
2017/05/10 01:47:54
bool enabled = true;
|
| + |
| // The path to the input device in the sysfs filesystem. |
| base::FilePath sys_path; |