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

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

Issue 1902153003: bluetooth: Move connect/disconnect to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-separate-connection-tests
Patch Set: Fix gypi Created 4 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
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 47a03f2db94439158291c8bfdd68b3b8577a66ee..cc520c8c3e39fbf4e351d00c7098c8cc2a1936bb 100644
--- a/content/renderer/bluetooth/web_bluetooth_impl.h
+++ b/content/renderer/bluetooth/web_bluetooth_impl.h
@@ -85,6 +85,10 @@ class CONTENT_EXPORT WebBluetoothImpl
mojo::Array<uint8_t> value) override;
// Callbacks for WebBluetoothService calls:
+ void OnConnectComplete(
+ std::unique_ptr<blink::WebBluetoothRemoteGATTServerConnectCallbacks>
+ callbacks,
+ blink::mojom::WebBluetoothError error);
void OnGetPrimaryServiceComplete(
const blink::WebString& device_id,
std::unique_ptr<blink::WebBluetoothGetPrimaryServiceCallbacks> callbacks,
« 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