| Index: ui/events/devices/x11/device_data_manager_x11.h
|
| diff --git a/ui/events/devices/x11/device_data_manager_x11.h b/ui/events/devices/x11/device_data_manager_x11.h
|
| index c8e29f54600a34a84ad48bdeefedf092b475fbc5..314946befc313051ffb2628b9f32713186d6cb1d 100644
|
| --- a/ui/events/devices/x11/device_data_manager_x11.h
|
| +++ b/ui/events/devices/x11/device_data_manager_x11.h
|
| @@ -240,6 +240,8 @@ class EVENTS_DEVICES_EXPORT DeviceDataManagerX11 : public DeviceDataManager {
|
| void DisableDevice(int deviceid);
|
| void EnableDevice(int deviceid);
|
|
|
| + bool IsDeviceEnabled(int device_id) const;
|
| +
|
| // Returns true if |native_event| should be blocked.
|
| bool IsEventBlocked(const base::NativeEvent& native_event);
|
|
|
|
|