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

Unified Diff: content/renderer/bluetooth/web_bluetooth_impl.h

Issue 1527853002: bluetooth: Add disconnect function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-device-identifier
Patch Set: Fix test that fails after upstream change. Created 4 years, 11 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: 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,
« no previous file with comments | « content/renderer/bluetooth/bluetooth_dispatcher.cc ('k') | content/renderer/bluetooth/web_bluetooth_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698