Index: third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.h |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.h |
index 6c1f74c5f08ec1219050f27179c36187ad21d0b1..5cad45982a6563fe2fce9cc1e2a4eee7f3fc7800 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTRemoteServer.h |
@@ -41,6 +41,7 @@ public: |
// IDL exposed interface: |
bool connected() { return m_webGATT->connected; } |
+ void disconnect(ScriptState*); |
ScriptPromise getPrimaryService(ScriptState*, const StringOrUnsignedLong& service, ExceptionState&); |
private: |