Index: ui/events/x/hotplug_event_handler_x11.h |
diff --git a/ui/events/x/hotplug_event_handler_x11.h b/ui/events/x/hotplug_event_handler_x11.h |
index c99fbf2a948f05a34c61673e5b365c2e20c741bf..fd735de5193d6c07a412b03bd7a54fb0b4faeb26 100644 |
--- a/ui/events/x/hotplug_event_handler_x11.h |
+++ b/ui/events/x/hotplug_event_handler_x11.h |
@@ -23,6 +23,7 @@ class EVENTS_BASE_EXPORT HotplugEventHandlerX11 { |
private: |
void HandleTouchscreenDevices(const XIDeviceList& device_list); |
+ void HandleKeyboardDevices(const XIDeviceList& device_list); |
DeviceHotplugEventObserver* delegate_; // Not owned. |