summaryrefslogtreecommitdiffstats
path: root/device/hid/hid_service_linux.h
diff options
context:
space:
mode:
authorygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 22:02:37 +0000
committerygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 22:02:37 +0000
commiteedae13b54e9ca6b415ac59cca7e90026301ea40 (patch)
treeaa802ca73d20f0ed3c0d364ba10dba1adc8ee3d7 /device/hid/hid_service_linux.h
parent4be80faf23d58cf41ee808e8578b0233cdbb90e7 (diff)
downloadchromium_src-eedae13b54e9ca6b415ac59cca7e90026301ea40.zip
chromium_src-eedae13b54e9ca6b415ac59cca7e90026301ea40.tar.gz
chromium_src-eedae13b54e9ca6b415ac59cca7e90026301ea40.tar.bz2
Added InputServiceLinux, which monitors all devices from hid or input subsystems.
Also, fixed bugs with DeviceMonitorLinux, such as: * it's now deleted when message loop on which it was created is destroyed * it's now checks that all methods are called on the valid thread BUG=357050 TEST=device_unittests:InputServiceLinux* Review URL: https://codereview.chromium.org/225053006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263546 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/hid/hid_service_linux.h')
-rw-r--r--device/hid/hid_service_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/hid/hid_service_linux.h b/device/hid/hid_service_linux.h
index 7bffd09..c69096d 100644
--- a/device/hid/hid_service_linux.h
+++ b/device/hid/hid_service_linux.h
@@ -25,7 +25,7 @@ class HidServiceLinux : public HidService,
virtual scoped_refptr<HidConnection> Connect(const HidDeviceId& device_id)
OVERRIDE;
- // Implements base::DeviceMonitorLinux::Observer:
+ // Implements DeviceMonitorLinux::Observer:
virtual void OnDeviceAdded(udev_device* device) OVERRIDE;
virtual void OnDeviceRemoved(udev_device* device) OVERRIDE;