| Index: device/bluetooth/test/mock_bluetooth_device.cc
|
| diff --git a/device/bluetooth/test/mock_bluetooth_device.cc b/device/bluetooth/test/mock_bluetooth_device.cc
|
| index 5235d5b3b01c8b8a3dad312cbc38cd520ce6c516..10412e4344d730bec0a8fda15f4ff03f8aef7072 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_device.cc
|
| +++ b/device/bluetooth/test/mock_bluetooth_device.cc
|
| @@ -26,6 +26,8 @@ MockBluetoothDevice::MockBluetoothDevice(MockBluetoothAdapter* adapter,
|
| .WillByDefault(testing::Return(address_));
|
| ON_CALL(*this, GetDeviceType())
|
| .WillByDefault(testing::Return(DEVICE_UNKNOWN));
|
| + ON_CALL(*this, GetRSSI())
|
| + .WillByDefault(testing::Return(0));
|
| ON_CALL(*this, GetVendorIDSource())
|
| .WillByDefault(testing::Return(VENDOR_ID_UNKNOWN));
|
| ON_CALL(*this, GetVendorID())
|
|
|