| Index: components/proximity_auth/remote_device_life_cycle_impl.h
|
| diff --git a/components/proximity_auth/remote_device_life_cycle_impl.h b/components/proximity_auth/remote_device_life_cycle_impl.h
|
| index 2bc827672e906f498b500226e4daf079854e3e38..4df19731a7ddd4282dcacda664f50fe38f93c0fc 100644
|
| --- a/components/proximity_auth/remote_device_life_cycle_impl.h
|
| +++ b/components/proximity_auth/remote_device_life_cycle_impl.h
|
| @@ -41,6 +41,7 @@ class RemoteDeviceLifeCycleImpl : public RemoteDeviceLifeCycle,
|
| // RemoteDeviceLifeCycle:
|
| void Start() override;
|
| cryptauth::RemoteDevice GetRemoteDevice() const override;
|
| + cryptauth::Connection* GetConnection() const override;
|
| RemoteDeviceLifeCycle::State GetState() const override;
|
| Messenger* GetMessenger() override;
|
| void AddObserver(Observer* observer) override;
|
|
|