| Index: device/bluetooth/test/fake_central.h
|
| diff --git a/device/bluetooth/test/fake_central.h b/device/bluetooth/test/fake_central.h
|
| index f1ecba5962887962d450c1d8f494dc6adfed722f..f0364c7fd4a183a59a41748cfef0aa2a130981f5 100644
|
| --- a/device/bluetooth/test/fake_central.h
|
| +++ b/device/bluetooth/test/fake_central.h
|
| @@ -118,6 +118,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;
|
|
|