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

Unified Diff: device/usb/mojo/device_impl.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/mock_usb_device.h ('k') | device/usb/mojo/device_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/mojo/device_impl.h
diff --git a/device/usb/mojo/device_impl.h b/device/usb/mojo/device_impl.h
index 6c77d386a3e36cc2f35122cc4fe2017e530d6afc..a0a4cfc551bc0f4f034c3f778a4cdd81a358de76 100644
--- a/device/usb/mojo/device_impl.h
+++ b/device/usb/mojo/device_impl.h
@@ -55,7 +55,6 @@ class DeviceImpl : public Device, public device::UsbDevice::Observer {
// Device implementation:
void GetDeviceInfo(const GetDeviceInfoCallback& callback) override;
- void GetConfiguration(const GetConfigurationCallback& callback) override;
void Open(const OpenCallback& callback) override;
void Close(const CloseCallback& callback) override;
void SetConfiguration(uint8_t value,
« no previous file with comments | « device/usb/mock_usb_device.h ('k') | device/usb/mojo/device_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698