Index: components/proximity_auth/screenlock_bridge.cc |
diff --git a/components/proximity_auth/screenlock_bridge.cc b/components/proximity_auth/screenlock_bridge.cc |
index 029e0b781e734f607f6fce85f2c9bf2338537c84..99cdbfac855a60ee35258d41796362fa38e3013e 100644 |
--- a/components/proximity_auth/screenlock_bridge.cc |
+++ b/components/proximity_auth/screenlock_bridge.cc |
@@ -145,6 +145,10 @@ void ScreenlockBridge::SetFocusedUser(const std::string& user_id) { |
FOR_EACH_OBSERVER(Observer, observers_, OnFocusedUserChanged(user_id)); |
} |
+std::string ScreenlockBridge::GetFocusedUser() { |
+ return focused_user_id_; |
+} |
+ |
bool ScreenlockBridge::IsLocked() const { |
return lock_handler_ != nullptr; |
} |