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

Unified Diff: components/proximity_auth/screenlock_bridge.h

Issue 1372283002: Hook up ProximityAuthSystem in EasyUnlockService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth_connection
Patch Set: Created 5 years, 3 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
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();

Powered by Google App Engine
This is Rietveld 408576698