summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/test/mock_bluetooth_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/test/mock_bluetooth_device.h')
-rw-r--r--device/bluetooth/test/mock_bluetooth_device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/device/bluetooth/test/mock_bluetooth_device.h b/device/bluetooth/test/mock_bluetooth_device.h
index d61f6ff..b2b93d5 100644
--- a/device/bluetooth/test/mock_bluetooth_device.h
+++ b/device/bluetooth/test/mock_bluetooth_device.h
@@ -29,9 +29,6 @@ class MockBluetoothDevice : public BluetoothDevice {
MOCK_CONST_METHOD0(GetBluetoothClass, uint32());
MOCK_CONST_METHOD0(GetDeviceName, std::string());
MOCK_CONST_METHOD0(GetAddress, std::string());
- MOCK_CONST_METHOD0(GetVendorID, uint16());
- MOCK_CONST_METHOD0(GetProductID, uint16());
- MOCK_CONST_METHOD0(GetDeviceID, uint16());
MOCK_CONST_METHOD0(GetName, string16());
MOCK_CONST_METHOD0(GetDeviceType, BluetoothDevice::DeviceType());
MOCK_CONST_METHOD0(IsPaired, bool());