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

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

Issue 1403723004: bluetooth: Implement BluetoothCharacteristicProperties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-query-cache
Patch Set: Address scheib'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 b4bbae49b364ae643d5cdf67e6ecde8db405a24c..5c9827f7aea0270e4fad2a3870e9929817bffb05 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -289,6 +289,17 @@ interface Blob
interface BlobEvent
getter data
method constructor
+interface BluetoothCharacteristicProperties
+ getter authenticatedSignedWrites
+ getter broadcast
+ getter indicate
+ getter notify
+ getter read
+ getter reliableWrite
+ getter writableAuxiliaries
+ getter write
+ getter writeWithoutResponse
+ method constructor
interface BluetoothDevice
getter deviceClass
getter instanceID
@@ -303,6 +314,7 @@ interface BluetoothDevice
method constructor
interface BluetoothGATTCharacteristic
getter oncharacteristicvaluechanged
+ getter properties
getter uuid
getter value
method constructor

Powered by Google App Engine
This is Rietveld 408576698