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

Unified Diff: ui/events/devices/device_hotplug_event_observer.h

Issue 2019413002: Remove KeyboardDevice class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes for comments. Created 4 years, 7 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
« no previous file with comments | « ui/events/devices/device_data_manager.cc ('k') | ui/events/devices/events_devices.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/devices/device_hotplug_event_observer.h
diff --git a/ui/events/devices/device_hotplug_event_observer.h b/ui/events/devices/device_hotplug_event_observer.h
index 1e10d28eed88042e0cc293f4890cab7d2422f53b..c0b3bc6d7ea15565dafeac783549f8c8c7481f70 100644
--- a/ui/events/devices/device_hotplug_event_observer.h
+++ b/ui/events/devices/device_hotplug_event_observer.h
@@ -12,7 +12,6 @@
namespace ui {
struct InputDevice;
-struct KeyboardDevice;
struct TouchscreenDevice;
// Listener for specific input device hotplug events.
@@ -28,7 +27,7 @@ class EVENTS_DEVICES_EXPORT DeviceHotplugEventObserver {
// On a hotplug event this is called with the list of available keyboard
// devices. The set of keyboard devices may not have changed.
virtual void OnKeyboardDevicesUpdated(
- const std::vector<KeyboardDevice>& devices) = 0;
+ const std::vector<InputDevice>& devices) = 0;
// On a hotplug event this is called with the list of available mice. The set
// of mice may not have changed.
« no previous file with comments | « ui/events/devices/device_data_manager.cc ('k') | ui/events/devices/events_devices.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698