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

Unified Diff: device/usb/usb_device.h

Issue 2702623002: Add support for reading USB descriptors to the new Windows backend. (Closed)
Patch Set: Addressed rockot@'s feedback and rebased. Created 3 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 | « device/usb/usb_descriptors.cc ('k') | device/usb/usb_device_handle_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb_device.h
diff --git a/device/usb/usb_device.h b/device/usb/usb_device.h
index 4dc115c58cc5a2c189b03901315013fe191b56e2..bc678f43ff9fe702b4ef3df6db4aaae2d3998d1d 100644
--- a/device/usb/usb_device.h
+++ b/device/usb/usb_device.h
@@ -132,6 +132,7 @@ class UsbDevice : public base::RefCountedThreadSafe<UsbDevice> {
friend class base::RefCountedThreadSafe<UsbDevice>;
friend class UsbDeviceHandleImpl;
friend class UsbDeviceHandleUsbfs;
+ friend class UsbDeviceHandleWin;
friend class UsbServiceAndroid;
friend class UsbServiceImpl;
friend class UsbServiceLinux;
« no previous file with comments | « device/usb/usb_descriptors.cc ('k') | device/usb/usb_device_handle_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698