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 b60f85a0a15afc0a662174820090ccebb6bf46a0..b318a5b1ab90988307c3e721cdbff2f3ab2d968c 100644 |
| --- a/ui/events/devices/input_device.cc |
| +++ b/ui/events/devices/input_device.cc |
| @@ -30,6 +30,7 @@ InputDevice::InputDevice(int id, |
| : id(id), |
| type(type), |
| name(name), |
| + enabled(true), |
| sys_path(sys_path), |
| vendor_id(vendor), |
| product_id(product) {} |