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

Unified Diff: device/hid/hid_service.h

Issue 399313008: Remove HID devices not found during enumeration on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/hid/hid_service.h
diff --git a/device/hid/hid_service.h b/device/hid/hid_service.h
index ee0ebb7acbb8fe9d6e004cd685b3495c61c73397..1b40be6e92c48b682565e751d2dcd1695b0800c0 100644
--- a/device/hid/hid_service.h
+++ b/device/hid/hid_service.h
@@ -51,10 +51,8 @@ class HidService : public base::MessageLoop::DestructionObserver {
void AddDevice(const HidDeviceInfo& info);
void RemoveDevice(const HidDeviceId& device_id);
- base::ThreadChecker thread_checker_;
-
- private:
DeviceMap devices_;
Ken Rockot(use gerrit already) 2014/07/19 00:13:51 Can you just leave this private and create a prote
+ base::ThreadChecker thread_checker_;
DISALLOW_COPY_AND_ASSIGN(HidService);
};
« no previous file with comments | « no previous file | device/hid/hid_service_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698