| Index: device/bluetooth/test/fake_central.cc
|
| diff --git a/device/bluetooth/test/fake_central.cc b/device/bluetooth/test/fake_central.cc
|
| index fa8b12421793f865dab060fc589ff5db789cd311..a373a450cea58a32eec8a397a5073cef324aedeb 100644
|
| --- a/device/bluetooth/test/fake_central.cc
|
| +++ b/device/bluetooth/test/fake_central.cc
|
| @@ -304,6 +304,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(
|
|
|