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

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: Moar tests and int8_t IPC 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 e8f44bf476f4c190af0518fde7115cd156f5f2cd..794efa935696a339f49a6e706114be4caa9363e6 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