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 6ec0af41f5ae903f84898f96be514fcd9938c8d0..c0e8b0b108b34bcd3fdf87094d6ea07bf435242c 100644 |
--- a/device/bluetooth/test/mock_bluetooth_device.h |
+++ b/device/bluetooth/test/mock_bluetooth_device.h |
@@ -35,9 +35,6 @@ 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(GetCurrentHostTransmitPower, int()); |
- MOCK_CONST_METHOD0(GetMaximumHostTransmitPower, int()); |
MOCK_CONST_METHOD0(IsPaired, bool()); |
MOCK_CONST_METHOD0(IsConnected, bool()); |
MOCK_CONST_METHOD0(IsConnectable, bool()); |
@@ -46,6 +43,7 @@ class MockBluetoothDevice : public BluetoothDevice { |
MOCK_CONST_METHOD0(ExpectingPinCode, bool()); |
MOCK_CONST_METHOD0(ExpectingPasskey, bool()); |
MOCK_CONST_METHOD0(ExpectingConfirmation, bool()); |
+ MOCK_METHOD1(GetConnectionInfo, void(const ConnectionInfoCallback& callback)); |
MOCK_METHOD3(Connect, |
void(BluetoothDevice::PairingDelegate* pairing_delegate, |
const base::Closure& callback, |