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

Unified Diff: Source/modules/webusb/USBDevice.idl

Issue 1252913014: WebUSB bindings part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: set-upstream Created 5 years, 4 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: Source/modules/webusb/USBDevice.idl
diff --git a/Source/modules/webusb/USBDevice.idl b/Source/modules/webusb/USBDevice.idl
index d0381430fa9900dacf293646a3197c393611df33..7a6d2f465d5d4931428d5687357853a915fb3765 100644
--- a/Source/modules/webusb/USBDevice.idl
+++ b/Source/modules/webusb/USBDevice.idl
@@ -23,4 +23,5 @@
readonly attribute DOMString? manufacturerName;
readonly attribute DOMString? productName;
readonly attribute DOMString? serialNumber;
+ readonly attribute sequence<USBConfiguration> configurations;
};

Powered by Google App Engine
This is Rietveld 408576698