| Index: components/arc/test/fake_bluetooth_instance.cc
|
| diff --git a/components/arc/test/fake_bluetooth_instance.cc b/components/arc/test/fake_bluetooth_instance.cc
|
| index ce56c994391d7b289b862f3030bdfbe61befa2f5..b6fa6507717f341c353bb65cafc2ab23d2fb5bf6 100644
|
| --- a/components/arc/test/fake_bluetooth_instance.cc
|
| +++ b/components/arc/test/fake_bluetooth_instance.cc
|
| @@ -112,4 +112,10 @@ void FakeBluetoothInstance::RequestGattWrite(
|
| mojo::Array<uint8_t> value,
|
| const RequestGattWriteCallback& callback) {}
|
|
|
| +void FakeBluetoothInstance::OnGetSdpRecords(
|
| + mojom::BluetoothStatus status,
|
| + mojom::BluetoothAddressPtr remove_addr,
|
| + mojom::BluetoothUUIDPtr target_uuid,
|
| + mojo::Array<bluez::BluetoothServiceRecordBlueZ> records) {}
|
| +
|
| } // namespace arc
|
|
|