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

Unified Diff: third_party/WebKit/Source/modules/webusb/USBConfiguration.h

Issue 1814603002: Track USB device interface claim state in Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: third_party/WebKit/Source/modules/webusb/USBConfiguration.h
diff --git a/third_party/WebKit/Source/modules/webusb/USBConfiguration.h b/third_party/WebKit/Source/modules/webusb/USBConfiguration.h
index e4676703faa0b448e910bdf5d625a513d381104f..72299b031bd5624ca45a72c9a998fd74dd48f725 100644
--- a/third_party/WebKit/Source/modules/webusb/USBConfiguration.h
+++ b/third_party/WebKit/Source/modules/webusb/USBConfiguration.h
@@ -26,6 +26,8 @@ public:
USBConfiguration(const USBDevice*, size_t configurationIndex);
+ const USBDevice* device() const;
+ size_t index() const;
const WebUSBDeviceInfo::Configuration& info() const;
uint8_t configurationValue() const;

Powered by Google App Engine
This is Rietveld 408576698