| Index: device/hid/hid_connection_linux.h
|
| diff --git a/device/hid/hid_connection_linux.h b/device/hid/hid_connection_linux.h
|
| index 67d6299ad42a49933c97c8ebd327d17d0e806ca4..2e90362da10df68dbc187d2bd8aec8266b53386f 100644
|
| --- a/device/hid/hid_connection_linux.h
|
| +++ b/device/hid/hid_connection_linux.h
|
| @@ -16,8 +16,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;
|
| @@ -39,8 +38,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();
|
|
|
|
|