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

Unified Diff: device/usb/usb_device.h

Issue 2690383002: Add device path enumeration to the new Windows USB backend. (Closed)
Patch Set: Fix a comment. 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/BUILD.gn ('k') | device/usb/usb_device.cc » ('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 58c9792ada65d060cb0a3a2496af96ab54370dec..4dc115c58cc5a2c189b03901315013fe191b56e2 100644
--- a/device/usb/usb_device.h
+++ b/device/usb/usb_device.h
@@ -96,6 +96,7 @@ class UsbDevice : public base::RefCountedThreadSafe<UsbDevice> {
protected:
friend class UsbService;
+ UsbDevice();
UsbDevice(const UsbDeviceDescriptor& descriptor,
const base::string16& manufacturer_string,
const base::string16& product_string,
@@ -134,6 +135,7 @@ class UsbDevice : public base::RefCountedThreadSafe<UsbDevice> {
friend class UsbServiceAndroid;
friend class UsbServiceImpl;
friend class UsbServiceLinux;
+ friend class UsbServiceWin;
void OnDisconnect();
void HandleClosed(UsbDeviceHandle* handle);
« no previous file with comments | « device/usb/BUILD.gn ('k') | device/usb/usb_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698