| Index: ui/events/platform/x11/x11_hotplug_event_handler.cc
|
| diff --git a/ui/events/platform/x11/x11_hotplug_event_handler.cc b/ui/events/platform/x11/x11_hotplug_event_handler.cc
|
| index 78ecf3554608f37a5385f6491f3bad718b3912a7..6b54e58941d4acd430baee04970cbfb9777b7864 100644
|
| --- a/ui/events/platform/x11/x11_hotplug_event_handler.cc
|
| +++ b/ui/events/platform/x11/x11_hotplug_event_handler.cc
|
| @@ -340,6 +340,8 @@ void X11HotplugEventHandler::OnHotplugEvent() {
|
| UiCallbacks callbacks;
|
| callbacks.keyboard_callback = base::Bind(&OnKeyboardDevices);
|
| callbacks.touchscreen_callback = base::Bind(&OnTouchscreenDevices);
|
| + // TODO(pkotwicz): Compute the lists of mice and touchpads and send the new
|
| + // lists to DeviceHotplugEventObserver.
|
|
|
| // Parsing the device information may block, so delegate the operation to a
|
| // worker thread. Once the device information is extracted the parsed devices
|
|
|