| 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,
|
|
|