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

Unified Diff: device/hid/hid_service_linux.h

Issue 225513005: chrome.hid : enrich device info with Top-Level collections usages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enrich device info with hid usages 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
Index: device/hid/hid_service_linux.h
diff --git a/device/hid/hid_service_linux.h b/device/hid/hid_service_linux.h
index ae730cea7ef4f0404fc65076d77a6759df1fb130..3b08353eacbf821a44905e35a2094653dd762795 100644
--- a/device/hid/hid_service_linux.h
+++ b/device/hid/hid_service_linux.h
@@ -63,6 +63,8 @@ class HidServiceLinux : public HidService,
private:
virtual ~HidServiceLinux();
+ static bool FindHidrawDevNode(udev_device* parent, std::string* result);
+
void Enumerate();
void PlatformAddDevice(udev_device* device);
void PlatformRemoveDevice(udev_device* raw_dev);

Powered by Google App Engine
This is Rietveld 408576698