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

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

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Rebase Created 4 years 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 9d0ea962c9241d662facf684b7b6afb090fa422c..5b2ecbee085d02300f0b7d8aaa38f4438affe68a 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -370,11 +370,21 @@ interface BluetoothRemoteGATTCharacteristic : EventTarget
getter uuid
getter value
method constructor
+ method getDescriptor
+ method getDescriptors
method readValue
method startNotifications
method stopNotifications
method writeValue
setter oncharacteristicvaluechanged
+interface BluetoothRemoteGATTDescriptor
+ attribute @@toStringTag
+ getter characteristic
+ getter uuid
+ getter value
+ method constructor
+ method readValue
+ method writeValue
interface BluetoothRemoteGATTServer
attribute @@toStringTag
getter connected

Powered by Google App Engine
This is Rietveld 408576698