| 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 c742d8e2d97420717047b90b606d363391db0559..97e9b970b5eebb91fff946c309a872cb2b35195c 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());
|
|
|