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 b2b93d59545090dfe20c65412a9a1567ee93bd54..d61f6ff8da24aa55e8c923b6c91fbed8f51c636c 100644 |
--- a/device/bluetooth/test/mock_bluetooth_device.h |
+++ b/device/bluetooth/test/mock_bluetooth_device.h |
@@ -29,6 +29,9 @@ 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()); |