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

Unified Diff: device/usb/usb_device_android.h

Issue 1784733002: Track USB device configuration state in Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blink_open_state
Patch Set: Rebased. Created 4 years, 9 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.h ('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 ad46891340d4025cb7d9aea6586c6bb492d74b49..adbb20fab327891ca96f63c41038c1280343f565 100644
--- a/device/usb/usb_device_android.h
+++ b/device/usb/usb_device_android.h
@@ -21,7 +21,7 @@ class UsbDeviceAndroid : public UsbDevice {
// UsbDevice:
void Open(const OpenCallback& callback) override;
- const UsbConfigDescriptor* GetActiveConfiguration() override;
+ const UsbConfigDescriptor* GetActiveConfiguration() const override;
private:
UsbDeviceAndroid(JNIEnv* env,
« no previous file with comments | « device/usb/usb_device.h ('k') | device/usb/usb_device_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698