| Index: components/arc/bluetooth/arc_bluetooth_bridge.h
|
| diff --git a/components/arc/bluetooth/arc_bluetooth_bridge.h b/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| index c305661c187e273b97e849c7dee54635b0662b7e..af8f5a6b2fcc4b0fd3edfc926ab3477a51b676ec 100644
|
| --- a/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| +++ b/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| @@ -192,6 +192,9 @@ class ArcBluetoothBridge
|
| void ReadRemoteRssi(mojom::BluetoothAddressPtr remote_addr,
|
| const ReadRemoteRssiCallback& callback) override;
|
|
|
| + void OpenBluetoothSocket(
|
| + const OpenBluetoothSocketCallback& callback) override;
|
| +
|
| // Chrome observer callbacks
|
| void OnPoweredOn(
|
| const base::Callback<void(mojom::BluetoothAdapterState)>& callback) const;
|
|
|