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

Unified Diff: device/usb/usb_device_android.h

Issue 1857033002: Include USB device version in chrome.usb.Device fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 4 years, 8 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_device.cc ('k') | device/usb/usb_device_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb_device_android.h
diff --git a/device/usb/usb_device_android.h b/device/usb/usb_device_android.h
index adbb20fab327891ca96f63c41038c1280343f565..9355837f07ef5db0dbc7c381310a7f70290d4183 100644
--- a/device/usb/usb_device_android.h
+++ b/device/usb/usb_device_android.h
@@ -25,8 +25,13 @@ class UsbDeviceAndroid : public UsbDevice {
private:
UsbDeviceAndroid(JNIEnv* env,
+ uint16_t usb_version,
+ uint8_t device_class,
+ uint8_t device_subclass,
+ uint8_t device_protocol,
uint16_t vendor_id,
uint16_t product_id,
+ uint16_t device_version,
const base::string16& manufacturer_string,
const base::string16& product_string,
const base::string16& serial_number,
« no previous file with comments | « device/usb/usb_device.cc ('k') | device/usb/usb_device_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698