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

Unified Diff: Source/modules/bluetooth/BluetoothDevice.idl

Issue 1060593004: bluetooth: connectGATT and receive WebBluetoothGATTRemoteServer from embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Web Exposed test changed Created 5 years, 8 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
« no previous file with comments | « Source/modules/bluetooth/BluetoothDevice.cpp ('k') | Source/modules/bluetooth/BluetoothGATTRemoteServer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/bluetooth/BluetoothDevice.idl
diff --git a/Source/modules/bluetooth/BluetoothDevice.idl b/Source/modules/bluetooth/BluetoothDevice.idl
index 9d3cd26c1345f8f1a696f9dde5fd0c7888d04f1d..7e057209eaee05e806355d859c0400f0794cf09b 100644
--- a/Source/modules/bluetooth/BluetoothDevice.idl
+++ b/Source/modules/bluetooth/BluetoothDevice.idl
@@ -32,5 +32,5 @@ typedef DOMString UUID;
readonly attribute boolean paired;
// readonly attribute BluetoothGATTRemoteServer? gattServer;
readonly attribute UUID[] uuids;
-// Promise<BluetoothGATTRemoteServer> connectGATT ();
+ [CallWith=ScriptState] Promise<BluetoothGATTRemoteServer> connectGATT ();
};
« no previous file with comments | « Source/modules/bluetooth/BluetoothDevice.cpp ('k') | Source/modules/bluetooth/BluetoothGATTRemoteServer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698