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

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: 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
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 eb7027436be915e7e29bc69ce64ef8310123c6b1..d5f129d366354168727009f604578909b107bda7 100644
--- a/chrome/browser/ui/ash/lock_screen_client.h
+++ b/chrome/browser/ui/ash/lock_screen_client.h
@@ -66,9 +66,10 @@ class LockScreenClient : public ash::mojom::LockScreenClient {
ash::mojom::UserPodCustomIconOptionsPtr icon);
void HideUserPodCustomIcon(const AccountId& account_id);
void SetAuthType(const AccountId& account_id,
- ash::mojom::AuthType auth_type,
+ proximity_auth::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 SetPinEnabledForUser(const AccountId& account_id, bool is_enabled);
void SetDelegate(Delegate* delegate);
« no previous file with comments | « chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc ('k') | chrome/browser/ui/ash/lock_screen_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698