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

Unified Diff: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1315683002: WebUSB bindings part 6 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remote USBTransferStatus.idl 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
« no previous file with comments | « no previous file | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt
index a486060a2e4863850414cdf3e5921eb03d655513..dd7f6cbc1f718c89d133ff80f5de5726d8bff029 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -5535,17 +5535,37 @@ interface USBDevice
getter usbVersionMinor
getter usbVersionSubminor
getter vendorId
+ method claimInterface
+ method clearHalt
+ method close
method constructor
+ method controlTransferIn
+ method controlTransferOut
+ method open
+ method releaseInterface
+ method reset
+ method setConfiguration
+ method setInterface
+ method transferIn
+ method transferOut
interface USBEndpoint
getter direction
getter endpointNumber
getter packetSize
getter type
method constructor
+interface USBInTransferResult
+ getter data
+ getter status
+ method constructor
interface USBInterface
getter alternates
getter interfaceNumber
method constructor
+interface USBOutTransferResult
+ getter bytesWritten
+ getter status
+ method constructor
interface VTTCue
getter align
getter line
« no previous file with comments | « no previous file | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698