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

Unified Diff: device/hid/hid_connection_mac.cc

Issue 161823002: Clean up HID backend and API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for reals Created 6 years, 10 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 | « no previous file | device/hid/hid_service.h » ('j') | device/hid/hid_service_mac.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/hid/hid_connection_mac.cc
diff --git a/device/hid/hid_connection_mac.cc b/device/hid/hid_connection_mac.cc
index bce711336798cfa033d2430aea7ed382cd3a285d..4b22c13981e8a4e49b31ed5f49276f5e56aa3f67 100644
--- a/device/hid/hid_connection_mac.cc
+++ b/device/hid/hid_connection_mac.cc
@@ -39,6 +39,7 @@ HidConnectionMac::HidConnectionMac(HidServiceMac* service,
this);
IOHIDDeviceOpen(device_, kIOHIDOptionsTypeNone);
}
+
HidConnectionMac::~HidConnectionMac() {
DCHECK(thread_checker_.CalledOnValidThread());
« no previous file with comments | « no previous file | device/hid/hid_service.h » ('j') | device/hid/hid_service_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698