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

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.h

Issue 2798023005: Force encryption migration if the device supports ARC. (Closed)
Patch Set: Bind |auth_mode| Created 3 years, 8 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 | « chrome/browser/about_flags.cc ('k') | chrome/browser/chromeos/login/existing_user_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/existing_user_controller.h
diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
index bf392b33db3956e56a2cb8b055079a304f2ffb98..9afa87da96b3134d52b37085e8b0aac8f75994ad 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.h
+++ b/chrome/browser/chromeos/login/existing_user_controller.h
@@ -220,6 +220,10 @@ class ExistingUserController
void PerformLogin(const UserContext& user_context,
LoginPerformer::AuthorizationMode auth_mode);
+ // calls login() on previously-used |login_performer|.
+ void ContinuePerformLogin(LoginPerformer::AuthorizationMode auth_mode,
+ const UserContext& user_context);
+
// Updates the |login_display_| attached to this controller.
void UpdateLoginDisplay(const user_manager::UserList& users);
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/chromeos/login/existing_user_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698