| Index: third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h
|
| diff --git a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h
|
| index 8d74751f19e5d810fd8f8d9a424cc3aa24d4a6db..6e3af3799bd572b755fbebd8a1d133ac7be036f1 100644
|
| --- a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h
|
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h
|
| @@ -60,7 +60,7 @@ public:
|
|
|
| // BluetoothGATTRemoteServer methods:
|
| // See https://webbluetoothchrome.github.io/web-bluetooth/#idl-def-bluetoothgattremoteserver
|
| - virtual void disconnect() { }
|
| + virtual void disconnect(const WebString& deviceId) = 0;
|
| virtual void getPrimaryService(const WebString& deviceId,
|
| const WebString& serviceUUID,
|
| WebBluetoothGetPrimaryServiceCallbacks*) { }
|
|
|