Index: content/renderer/bluetooth/web_bluetooth_impl.h |
diff --git a/content/renderer/bluetooth/web_bluetooth_impl.h b/content/renderer/bluetooth/web_bluetooth_impl.h |
index b5f85d47c0571db8d550037fdf8ff382a130d4f9..4285e32ef404728f8407f23a19bd1f42398c2142 100644 |
--- a/content/renderer/bluetooth/web_bluetooth_impl.h |
+++ b/content/renderer/bluetooth/web_bluetooth_impl.h |
@@ -39,6 +39,7 @@ class CONTENT_EXPORT WebBluetoothImpl |
blink::WebBluetoothRequestDeviceCallbacks* callbacks) override; |
void connectGATT(const blink::WebString& device_id, |
blink::WebBluetoothConnectGATTCallbacks* callbacks) override; |
+ void disconnect(const blink::WebString& device_id) override; |
void getPrimaryService( |
const blink::WebString& device_id, |
const blink::WebString& service_uuid, |