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

Unified Diff: chrome/browser/ui/ash/lock_screen_client.h

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: chrome/browser/ui/ash/lock_screen_client.h
diff --git a/chrome/browser/ui/ash/lock_screen_client.h b/chrome/browser/ui/ash/lock_screen_client.h
index d33c5def8f6f5bb28dae724533da8df1346c96e2..0ae4ad1c60fc9aba215c5d9c750535834dd64033 100644
--- a/chrome/browser/ui/ash/lock_screen_client.h
+++ b/chrome/browser/ui/ash/lock_screen_client.h
@@ -53,7 +53,8 @@ class LockScreenClient : public ash::mojom::LockScreenClient {
void SetAuthType(const AccountId& account_id,
ash::mojom::AuthType auth_type,
const base::string16& initial_value);
- void LoadUsers(std::unique_ptr<base::ListValue> users_list, bool show_guest);
+ void LoadUsers(std::vector<ash::mojom::LoginUserInfoPtr> users_list,
+ bool show_guest);
void SetDelegate(Delegate* delegate);

Powered by Google App Engine
This is Rietveld 408576698