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

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

Issue 2798023005: Force encryption migration if the device supports ARC. (Closed)
Patch Set: Add enable-encryption-migration to histgrams.xml. 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..2ffc64adb3b5d674dda9bee513ed802c93b83ba8 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(const UserContext& user_context,
+ LoginPerformer::AuthorizationMode auth_mode);
xiyuan 2017/04/06 16:08:59 nit: maybe we should swap the order of args so tha
fukino 2017/04/07 02:05:49 Done.
+
// 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