| Index: components/proximity_auth/fake_remote_device_life_cycle.cc
|
| diff --git a/components/proximity_auth/fake_remote_device_life_cycle.cc b/components/proximity_auth/fake_remote_device_life_cycle.cc
|
| index e8d703966b8a55001a0de2bfce45ebc244e08d71..c5bf71117e7f3fa4982815fea1c2cc603940a690 100644
|
| --- a/components/proximity_auth/fake_remote_device_life_cycle.cc
|
| +++ b/components/proximity_auth/fake_remote_device_life_cycle.cc
|
| @@ -22,6 +22,10 @@ cryptauth::RemoteDevice FakeRemoteDeviceLifeCycle::GetRemoteDevice() const {
|
| return remote_device_;
|
| }
|
|
|
| +cryptauth::Connection* FakeRemoteDeviceLifeCycle::GetConnection() const {
|
| + return connection_;
|
| +}
|
| +
|
| RemoteDeviceLifeCycle::State FakeRemoteDeviceLifeCycle::GetState() const {
|
| return state_;
|
| }
|
|
|