Index: ui/events/ozone/evdev/event_factory_evdev.cc |
diff --git a/ui/events/ozone/evdev/event_factory_evdev.cc b/ui/events/ozone/evdev/event_factory_evdev.cc |
index 858f46355c8be0dba8af1649f6eab6a284bac9cb..e264f3530a75ae626bf98d0e52857200741f2221 100644 |
--- a/ui/events/ozone/evdev/event_factory_evdev.cc |
+++ b/ui/events/ozone/evdev/event_factory_evdev.cc |
@@ -325,7 +325,7 @@ void EventFactoryEvdev::OnThreadStarted( |
scoped_ptr<InputDeviceFactoryEvdevProxy> input_device_factory) { |
input_device_factory_proxy_ = input_device_factory.Pass(); |
- // TODO(spang): This settings interface is really broken. crbug.com/450899 |
+ // Hook up device configuration. |
input_controller_.SetInputDeviceFactory(input_device_factory_proxy_.get()); |
// Scan & monitor devices. |