| Index: device/bluetooth/test/fake_central.h
|
| diff --git a/device/bluetooth/test/fake_central.h b/device/bluetooth/test/fake_central.h
|
| index 47860388ddfc61dc770b05818eaa8b76bceefffd..ffd741695e12421d8d8d181cde9a30ea48c6ada5 100644
|
| --- a/device/bluetooth/test/fake_central.h
|
| +++ b/device/bluetooth/test/fake_central.h
|
| @@ -80,6 +80,9 @@ class FakeCentral : NON_EXPORTED_BASE(public mojom::FakeCentral),
|
| const base::TimeDelta& max,
|
| const base::Closure& callback,
|
| const AdvertisementErrorCallback& error_callback) override;
|
| + void ResetAdvertising(
|
| + const base::Closure& callback,
|
| + const AdvertisementErrorCallback& error_callback) override;
|
| #endif
|
| device::BluetoothLocalGattService* GetGattService(
|
| const std::string& identifier) const override;
|
|
|