| Index: ui/events/platform/x11/x11_hotplug_event_handler.h
|
| diff --git a/ui/events/platform/x11/x11_hotplug_event_handler.h b/ui/events/platform/x11/x11_hotplug_event_handler.h
|
| index 44d9403d65982bb63648713aa841355d2e0e3e0b..2df871f4d2b2bed94f12609759264234dfd64b6f 100644
|
| --- a/ui/events/platform/x11/x11_hotplug_event_handler.h
|
| +++ b/ui/events/platform/x11/x11_hotplug_event_handler.h
|
| @@ -15,18 +15,13 @@ class DeviceHotplugEventObserver;
|
| // observer.
|
| class X11HotplugEventHandler {
|
| public:
|
| - explicit X11HotplugEventHandler(DeviceHotplugEventObserver* delegate);
|
| + X11HotplugEventHandler();
|
| ~X11HotplugEventHandler();
|
|
|
| // Called on an X11 hotplug event.
|
| void OnHotplugEvent();
|
|
|
| private:
|
| - void HandleTouchscreenDevices(const XIDeviceList& device_list);
|
| - void HandleKeyboardDevices(const XIDeviceList& device_list);
|
| -
|
| - DeviceHotplugEventObserver* delegate_; // Not owned.
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(X11HotplugEventHandler);
|
| };
|
|
|
|
|