Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(594)

Unified Diff: components/proximity_auth/fake_remote_device_life_cycle.cc

Issue 2845433003: [EasyUnlock] Update ProximityMonitor to only check for RSSI proximity. (Closed)
Patch Set: fixes Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/proximity_auth/fake_remote_device_life_cycle.h ('k') | components/proximity_auth/messenger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
}
« no previous file with comments | « components/proximity_auth/fake_remote_device_life_cycle.h ('k') | components/proximity_auth/messenger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698