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

Unified Diff: chrome/browser/chromeos/login/screens/user_selection_screen.h

Issue 1191273002: ChromeOS: Show the new POD RE-AUTH ICON when users needs to re-auth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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: chrome/browser/chromeos/login/screens/user_selection_screen.h
diff --git a/chrome/browser/chromeos/login/screens/user_selection_screen.h b/chrome/browser/chromeos/login/screens/user_selection_screen.h
index 7b9c684e59acae880f6298c8478ec588b96578d0..d1a42db7a01b14032a279224147a3833c3307dc5 100644
--- a/chrome/browser/chromeos/login/screens/user_selection_screen.h
+++ b/chrome/browser/chromeos/login/screens/user_selection_screen.h
@@ -123,7 +123,15 @@ class UserSelectionScreen
EasyUnlockService* GetEasyUnlockServiceForUser(
const std::string& user_id) const;
- void OnUserStatusChecked(const user_manager::UserID& user_id,
+ // Returns true if user check has started possible, otherwise it returns
+ // false. Note, that "false" may be a temporary status, as other check
+ // request for this user might be in progress.
+ bool CheckUserStatusImpl(const std::string& user_id, bool check_all_users);
Denis Kuznetsov (DE-MUC) 2015/06/25 18:43:42 This approach does not give any guarantees. Please
Alexander Alekseev 2015/06/30 20:43:39 Common approach will not work here, as TokenHandle
+
+ void CheckNextUserStatus(const std::string& current_user_id);
+
+ void OnUserStatusChecked(bool check_all_users,
+ const user_manager::UserID& user_id,
TokenHandleUtil::TokenHandleStatus status);
// Whether to show guest login.

Powered by Google App Engine
This is Rietveld 408576698