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

Unified Diff: device/hid/hid_connection_linux.h

Issue 256673002: HID: Support top-level collection usages in device info. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « device/hid/hid.gyp ('k') | device/hid/hid_connection_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/hid/hid_connection_linux.h
diff --git a/device/hid/hid_connection_linux.h b/device/hid/hid_connection_linux.h
index bea6750f2b2575862da143f4270b8e2cc0d1c7d5..1d1c140eeff257cf7df0772720bdb99b74ab4faa 100644
--- a/device/hid/hid_connection_linux.h
+++ b/device/hid/hid_connection_linux.h
@@ -19,8 +19,7 @@ namespace device {
class HidConnectionLinux : public HidConnection,
public base::MessagePumpLibevent::Watcher {
public:
- HidConnectionLinux(HidDeviceInfo device_info,
- ScopedUdevDevicePtr udev_raw_device);
+ HidConnectionLinux(HidDeviceInfo device_info, std::string dev_node);
virtual void Read(scoped_refptr<net::IOBufferWithSize> buffer,
const IOCallback& callback) OVERRIDE;
@@ -42,8 +41,6 @@ class HidConnectionLinux : public HidConnection,
friend class base::RefCountedThreadSafe<HidConnectionLinux>;
virtual ~HidConnectionLinux();
- static bool FindHidrawDevNode(udev_device* parent, std::string* result);
-
void ProcessReadQueue();
void Disconnect();
« no previous file with comments | « device/hid/hid.gyp ('k') | device/hid/hid_connection_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698