| Index: device/bluetooth/test/fake_central.h
|
| diff --git a/device/bluetooth/test/fake_central.h b/device/bluetooth/test/fake_central.h
|
| index 9dfddf6c39e15ecff859ed61d4f8e1e469b7b34b..93fbd93ec4dfb6be2d5dfa31281d9e79797e4c8f 100644
|
| --- a/device/bluetooth/test/fake_central.h
|
| +++ b/device/bluetooth/test/fake_central.h
|
| @@ -27,6 +27,7 @@ class FakeCentral : NON_EXPORTED_BASE(public mojom::FakeCentral),
|
| void SimulatePreconnectedPeripheral(
|
| const std::string& address,
|
| const std::string& name,
|
| + const std::vector<device::BluetoothUUID>& known_service_uuids,
|
| SimulatePreconnectedPeripheralCallback callback) override;
|
|
|
| // BluetoothAdapter overrides:
|
|
|