| Index: device/bluetooth/test/fake_central.cc
|
| diff --git a/device/bluetooth/test/fake_central.cc b/device/bluetooth/test/fake_central.cc
|
| index 8bc994fffc81a9d12eeb2afab8b46d8fb2581fbe..ab0c4316871b1c3578e1723db5bc1ce37cd1914e 100644
|
| --- a/device/bluetooth/test/fake_central.cc
|
| +++ b/device/bluetooth/test/fake_central.cc
|
| @@ -149,6 +149,11 @@ void FakeCentral::SetAdvertisingInterval(
|
| const AdvertisementErrorCallback& error_callback) {
|
| NOTREACHED();
|
| }
|
| +void FakeCentral::ResetAdvertising(
|
| + const base::Closure& callback,
|
| + const AdvertisementErrorCallback& error_callback) {
|
| + NOTREACHED();
|
| +}
|
| #endif
|
|
|
| device::BluetoothLocalGattService* FakeCentral::GetGattService(
|
|
|