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

Unified Diff: device/usb/usb_device.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/public/interfaces/device.mojom ('k') | device/usb/usb_device_android.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 b1406d9b23be76c37264c6dc8b800480fabe6f6b..599c2308a341f9fdfd7c3a59a43514318739b8d4 100644
--- a/device/usb/usb_device.h
+++ b/device/usb/usb_device.h
@@ -75,7 +75,7 @@ class UsbDevice : public base::RefCountedThreadSafe<UsbDevice> {
// Gets the UsbConfigDescriptor for the active device configuration or nullptr
// if the device is unconfigured.
- virtual const UsbConfigDescriptor* GetActiveConfiguration() = 0;
+ virtual const UsbConfigDescriptor* GetActiveConfiguration() const = 0;
void AddObserver(Observer* observer);
void RemoveObserver(Observer* observer);
« no previous file with comments | « device/usb/public/interfaces/device.mojom ('k') | device/usb/usb_device_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698