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

Unified Diff: ash/login/lock_screen_controller.h

Issue 2937553002: Create Mojo Struct for user information used in login/lock screen. (Closed)
Patch Set: comments and 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 | « no previous file | ash/login/lock_screen_controller.cc » ('j') | ash/public/interfaces/login_user_info.mojom » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/login/lock_screen_controller.h
diff --git a/ash/login/lock_screen_controller.h b/ash/login/lock_screen_controller.h
index bff4f1295005e7f5517f3a61a9bbf85e1baeaae2..4545238f090b45aa16909ee558d73c6465fddae6 100644
--- a/ash/login/lock_screen_controller.h
+++ b/ash/login/lock_screen_controller.h
@@ -42,7 +42,7 @@ class ASH_EXPORT LockScreenController
void SetAuthType(const AccountId& account_id,
mojom::AuthType auth_type,
const base::string16& initial_value) override;
- void LoadUsers(std::unique_ptr<base::ListValue> users,
+ void LoadUsers(std::vector<mojom::LoginUserInfoPtr> users,
bool show_guest) override;
void SetPinEnabledForUser(const AccountId& account_id,
bool is_enabled) override;
« no previous file with comments | « no previous file | ash/login/lock_screen_controller.cc » ('j') | ash/public/interfaces/login_user_info.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698