Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: ui/events/x/hotplug_event_handler_x11.h

Issue 618283003: Adds special support to the device manager for keyboards devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update device list on disable/enable. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698