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

Unified Diff: device/usb/usb_service_win.h

Issue 2702623002: Add support for reading USB descriptors to the new Windows backend. (Closed)
Patch Set: 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
Index: device/usb/usb_service_win.h
diff --git a/device/usb/usb_service_win.h b/device/usb/usb_service_win.h
index a91557786ecfc19c9f3d35d57036ea3ab0ca37be..decf1403393274a454a5a45864be8a7620d1978f 100644
--- a/device/usb/usb_service_win.h
+++ b/device/usb/usb_service_win.h
@@ -43,6 +43,7 @@ class UsbServiceWin : public DeviceMonitorWin::Observer, public UsbService {
const std::string& hub_path,
int port_number);
+ void OnReadDescriptors(scoped_refptr<UsbDeviceWin> device, bool success);
void DeviceReady(scoped_refptr<UsbDeviceWin> device, bool success);
bool enumeration_ready() {

Powered by Google App Engine
This is Rietveld 408576698