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

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

Issue 1382743002: bluetooth: Add characteristicvaluechanged event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-notifications-1
Patch Set: Address tkent's comments Created 5 years, 2 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 a8bb4f17f8e2348a353b350a779c8e99ba2c2c32..b4bbae49b364ae643d5cdf67e6ecde8db405a24c 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -302,12 +302,15 @@ interface BluetoothDevice
method connectGATT
method constructor
interface BluetoothGATTCharacteristic
+ getter oncharacteristicvaluechanged
getter uuid
+ getter value
method constructor
method readValue
method startNotifications
method stopNotifications
method writeValue
+ setter oncharacteristicvaluechanged
interface BluetoothGATTRemoteServer
getter connected
method constructor

Powered by Google App Engine
This is Rietveld 408576698