Chromium Code Reviews| Index: ui/events/devices/input_device.cc |
| diff --git a/ui/events/devices/input_device.cc b/ui/events/devices/input_device.cc |
| index 4734edd0280986dc11f231b3a65394e6db004d4b..9e4f97c6e9d0d466b7b7c9d8ba1272cb3e72ab64 100644 |
| --- a/ui/events/devices/input_device.cc |
| +++ b/ui/events/devices/input_device.cc |
| @@ -28,6 +28,7 @@ InputDevice::InputDevice(int id, |
| : id(id), |
| type(type), |
| name(name), |
| + enabled(true), |
| sys_path(sys_path), |
| vendor_id(vendor), |
| product_id(product) {} |