| Index: device/bluetooth/test/mock_bluetooth_device.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_device.h b/device/bluetooth/test/mock_bluetooth_device.h
|
| index 4b8f98668778f1a0094091fbcdac15f94d1edf15..b439d42eea7a16a922ea439d7136da70485ab337 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_device.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_device.h
|
| @@ -38,6 +38,7 @@ class MockBluetoothDevice : public BluetoothDevice {
|
| MOCK_CONST_METHOD0(GetDeviceID, uint16());
|
| MOCK_CONST_METHOD0(GetName, base::string16());
|
| MOCK_CONST_METHOD0(GetDeviceType, BluetoothDevice::DeviceType());
|
| + MOCK_CONST_METHOD0(GetRSSI, int());
|
| MOCK_CONST_METHOD0(IsPaired, bool());
|
| MOCK_CONST_METHOD0(IsConnected, bool());
|
| MOCK_CONST_METHOD0(IsConnectable, bool());
|
|
|