| 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 c1a6ade02b395302cca0302fb0cefdd8e0974edb..f87315d2038c89d51bae3e41301c3c3906826acc 100644
|
| --- a/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| +++ b/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| @@ -311,6 +311,10 @@ class ArcBluetoothBridge
|
| const std::string char_string_id,
|
| std::unique_ptr<device::BluetoothGattNotifySession> notify_session);
|
|
|
| + void OnAdapterPropertySuccess(
|
| + mojo::Array<mojom::BluetoothPropertyPtr> properties) const;
|
| + void OnAdapterPropertyError(mojom::BluetoothStatus status) const;
|
| +
|
| private:
|
| mojo::Array<mojom::BluetoothPropertyPtr> GetDeviceProperties(
|
| mojom::BluetoothPropertyType type,
|
|
|