| Index: components/arc/test/fake_bluetooth_instance.h
|
| diff --git a/components/arc/test/fake_bluetooth_instance.h b/components/arc/test/fake_bluetooth_instance.h
|
| index eb6ad8ecd9d6f763524c1a41f45c641def256af7..7dcc8c5767a5a0c1ad126c1accfd5b194914f0be 100644
|
| --- a/components/arc/test/fake_bluetooth_instance.h
|
| +++ b/components/arc/test/fake_bluetooth_instance.h
|
| @@ -120,6 +120,12 @@ class FakeBluetoothInstance : public mojom::BluetoothInstance {
|
| mojo::Array<uint8_t> value,
|
| const RequestGattWriteCallback& callback) override;
|
|
|
| + void OnGetSdpRecords(
|
| + mojom::BluetoothStatus status,
|
| + mojom::BluetoothAddressPtr remove_addr,
|
| + mojom::BluetoothUUIDPtr target_uuid,
|
| + mojo::Array<mojom::BluetoothSdpRecordPtr> records) override;
|
| +
|
| const std::vector<mojo::Array<mojom::BluetoothPropertyPtr>>&
|
| device_found_data() const {
|
| return device_found_data_;
|
|
|