| Index: device/bluetooth/test/mock_bluetooth_adapter.cc
|
| diff --git a/device/bluetooth/test/mock_bluetooth_adapter.cc b/device/bluetooth/test/mock_bluetooth_adapter.cc
|
| index d8eed43ac141e17854993b619ccc5bce1edf45af..030c69de98f02f8825f92bc18693c33d72770ed5 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_adapter.cc
|
| +++ b/device/bluetooth/test/mock_bluetooth_adapter.cc
|
| @@ -108,6 +108,9 @@ void MockBluetoothAdapter::SetAdvertisingInterval(
|
| const base::TimeDelta& max,
|
| const base::Closure& callback,
|
| const AdvertisementErrorCallback& error_callback) {}
|
| +void MockBluetoothAdapter::ResetAdvertising(
|
| + const base::Closure& callback,
|
| + const AdvertisementErrorCallback& error_callback) {}
|
| #endif
|
|
|
| } // namespace device
|
|
|