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

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

Issue 1784733002: Track USB device configuration state in Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blink_open_state
Patch Set: 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/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 5c91ba220e19f1de26277c181d60abd66e177dc9..7df2c13d5dcadf6ae63213394dd51af83a6da840 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -5605,6 +5605,7 @@ interface USBConnectionEvent : Event
getter device
method constructor
interface USBDevice
+ getter configuration
getter configurations
getter deviceClass
getter deviceProtocol
@@ -5628,13 +5629,12 @@ interface USBDevice
method constructor
method controlTransferIn
method controlTransferOut
- method getConfiguration
method isochronousTransferIn
method isochronousTransferOut
method open
method releaseInterface
method reset
- method setConfiguration
+ method selectConfiguration
method setInterface
method transferIn
method transferOut

Powered by Google App Engine
This is Rietveld 408576698