| Index: device/bluetooth/test/fake_central.h
|
| diff --git a/device/bluetooth/test/fake_central.h b/device/bluetooth/test/fake_central.h
|
| index 93fbd93ec4dfb6be2d5dfa31281d9e79797e4c8f..205c61e7b5f6797cfa4372947ad9761d17ff9c12 100644
|
| --- a/device/bluetooth/test/fake_central.h
|
| +++ b/device/bluetooth/test/fake_central.h
|
| @@ -68,6 +68,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;
|
|
|