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

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

Issue 1427653003: bluetooth: Implement TxPower and RSSI of BluetoothAdvertisementData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Change PowerValueAdapter to int8_t Created 5 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 5f9e602e77bb7ec44d34ab636a8b1d65ede3a18e..ab4790855ef204f46e79acd909f58c91ed177c94 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,10 @@ interface Blob
interface BlobEvent : Event
getter data
method constructor
+interface BluetoothAdvertisingData
+ getter rssi
+ getter txPower
+ method constructor
interface BluetoothCharacteristicProperties
getter authenticatedSignedWrites
getter broadcast
@@ -301,6 +305,7 @@ interface BluetoothCharacteristicProperties
getter writeWithoutResponse
method constructor
interface BluetoothDevice
+ getter adData
getter deviceClass
getter id
getter instanceID

Powered by Google App Engine
This is Rietveld 408576698