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

Unified Diff: chromeos/login/auth/login_performer.h

Issue 681753002: Avoid possible recursion during supervised user sign in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 6 years, 2 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 | « no previous file | chromeos/login/auth/login_performer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/login_performer.h
diff --git a/chromeos/login/auth/login_performer.h b/chromeos/login/auth/login_performer.h
index e924a7305d87c9c6259059ef41dd346ac98c44a6..9230535cc401c5ccab4802e28cae5c9899c4aa03 100644
--- a/chromeos/login/auth/login_performer.h
+++ b/chromeos/login/auth/login_performer.h
@@ -195,6 +195,10 @@ class CHROMEOS_EXPORT LoginPerformer : public AuthStatusConsumer,
void EnsureAuthenticator();
void EnsureExtendedAuthenticator();
+ // Actual implementation of LoginAsSupervisedUser that is run after trusted
+ // values check.
+ void TrustedLoginAsSupervisedUser(const UserContext& user_context);
+
// Actual implementantion of PeformLogin that is run after trusted values
// check.
void DoPerformLogin(const UserContext& user_context,
« no previous file with comments | « no previous file | chromeos/login/auth/login_performer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698