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 f111b9dde1e4ca3529572fc9ac5fc9fb13c2180f..4c52a24623bbca0c36d503baf9b6584cb283465f 100644 |
--- a/device/bluetooth/test/mock_bluetooth_device.h |
+++ b/device/bluetooth/test/mock_bluetooth_device.h |
@@ -88,6 +88,9 @@ class MockBluetoothDevice : public BluetoothDevice { |
void(const GattConnectionCallback& callback, |
const ConnectErrorCallback& error_callback)); |
+ MOCK_METHOD1(SetGattServicesDiscoveryComplete, void(bool)); |
+ MOCK_CONST_METHOD0(IsGattServicesDiscoveryComplete, bool()); |
+ |
MOCK_CONST_METHOD0(GetGattServices, std::vector<BluetoothGattService*>()); |
MOCK_CONST_METHOD1(GetGattService, BluetoothGattService*(const std::string&)); |
MOCK_METHOD0(CreateGattConnectionImpl, void()); |