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

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: Fix webexposed test 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 e5c765ced864af4b79651c0428625a0f90058265..147b5f34722f60e3b1ce3116f3bcb8798d957365 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 instanceID
getter name

Powered by Google App Engine
This is Rietveld 408576698