| Index: components/proximity_auth/screenlock_bridge.h
|
| diff --git a/components/proximity_auth/screenlock_bridge.h b/components/proximity_auth/screenlock_bridge.h
|
| index 9b4739298c9ad066d3b997af13784ddeab941b6b..7b939bba8fb9e349a4b794142650fac8711209fc 100644
|
| --- a/components/proximity_auth/screenlock_bridge.h
|
| +++ b/components/proximity_auth/screenlock_bridge.h
|
| @@ -156,6 +156,7 @@ class ScreenlockBridge {
|
|
|
| void SetLockHandler(LockHandler* lock_handler);
|
| void SetFocusedUser(const std::string& user_id);
|
| + std::string GetFocusedUser();
|
|
|
| bool IsLocked() const;
|
| void Lock();
|
|
|