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

Unified Diff: ash/login/lock_screen_controller.cc

Issue 2937553002: Create Mojo Struct for user information used in login/lock screen. (Closed)
Patch Set: rebase 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
« no previous file with comments | « ash/login/lock_screen_controller.h ('k') | ash/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/login/lock_screen_controller.cc
diff --git a/ash/login/lock_screen_controller.cc b/ash/login/lock_screen_controller.cc
index 5f863dcc3b7fe8ecfba1301923a414cb919722ac..00172eb3fb853bf004932dfc4a23aaf5533dfa29 100644
--- a/ash/login/lock_screen_controller.cc
+++ b/ash/login/lock_screen_controller.cc
@@ -48,13 +48,14 @@ void LockScreenController::HideUserPodCustomIcon(const AccountId& account_id) {
NOTIMPLEMENTED();
}
-void LockScreenController::SetAuthType(const AccountId& account_id,
- mojom::AuthType auth_type,
- const base::string16& initial_value) {
+void LockScreenController::SetAuthType(
+ const AccountId& account_id,
+ proximity_auth::mojom::AuthType auth_type,
+ const base::string16& initial_value) {
NOTIMPLEMENTED();
}
-void LockScreenController::LoadUsers(std::unique_ptr<base::ListValue> users,
+void LockScreenController::LoadUsers(std::vector<mojom::LoginUserInfoPtr> users,
bool show_guest) {
NOTIMPLEMENTED();
}
« no previous file with comments | « ash/login/lock_screen_controller.h ('k') | ash/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698