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

Unified Diff: ash/login/lock_screen_controller.cc

Issue 2937553002: Create Mojo Struct for user information used in login/lock screen. (Closed)
Patch Set: populate user's avatar Created 3 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: ash/login/lock_screen_controller.cc
diff --git a/ash/login/lock_screen_controller.cc b/ash/login/lock_screen_controller.cc
index dd5a085137f85410548b25f88c0e35d11f0e53c1..6fa42a6ef8fa78c0a68f4d72ddbafc0ef002b410 100644
--- a/ash/login/lock_screen_controller.cc
+++ b/ash/login/lock_screen_controller.cc
@@ -54,7 +54,7 @@ void LockScreenController::SetAuthType(const AccountId& account_id,
NOTIMPLEMENTED();
}
-void LockScreenController::LoadUsers(std::unique_ptr<base::ListValue> users,
+void LockScreenController::LoadUsers(std::vector<mojom::LoginUserInfoPtr> users,
bool show_guest) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698