Index: components/proximity_auth/remote_device_life_cycle_impl.cc |
diff --git a/components/proximity_auth/remote_device_life_cycle_impl.cc b/components/proximity_auth/remote_device_life_cycle_impl.cc |
index 0661088b13709e29cb4509abfc3cf395249c7810..059cf7996655f820217195efc4f717b208fa33db 100644 |
--- a/components/proximity_auth/remote_device_life_cycle_impl.cc |
+++ b/components/proximity_auth/remote_device_life_cycle_impl.cc |
@@ -62,6 +62,10 @@ cryptauth::RemoteDevice RemoteDeviceLifeCycleImpl::GetRemoteDevice() const { |
return remote_device_; |
} |
+cryptauth::Connection* RemoteDeviceLifeCycleImpl::GetConnection() const { |
+ return connection_.get(); |
+} |
+ |
RemoteDeviceLifeCycle::State RemoteDeviceLifeCycleImpl::GetState() const { |
return state_; |
} |