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

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

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Ensure that we throw a kGattServerNotConnected error if getDescriptor[s] is called while not connec… Created 4 years, 1 month 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 b2f77895d236062b893af6dbefa56320da5d285f..edf94a32361a50e7e843568dd442dee3eb9345fc 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -335,11 +335,23 @@ 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 : EventTarget
+ attribute @@toStringTag
+ getter characteristic
+ getter ondescriptorvaluechanged
+ getter uuid
+ getter value
+ method constructor
+ method readValue
+ method writeValue
+ setter ondescriptorvaluechanged
interface BluetoothRemoteGATTServer
attribute @@toStringTag
getter connected

Powered by Google App Engine
This is Rietveld 408576698