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

Unified Diff: chrome/browser/chromeos/login/user_selection_screen_proxy.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/chromeos/login/user_selection_screen_proxy.h
diff --git a/chrome/browser/chromeos/login/user_selection_screen_proxy.h b/chrome/browser/chromeos/login/user_selection_screen_proxy.h
index 4d4fb5b0d923f0f2054650b34d5a965830801c1a..82ec0004fb2c85343ce256c4c0d02871e3f68f40 100644
--- a/chrome/browser/chromeos/login/user_selection_screen_proxy.h
+++ b/chrome/browser/chromeos/login/user_selection_screen_proxy.h
@@ -31,10 +31,9 @@ class UserSelectionScreenProxy : public chromeos::UserBoardView {
const proximity_auth::ScreenlockBridge::UserPodCustomIconOptions& icon)
override;
void HideUserPodCustomIcon(const AccountId& account_id) override;
- void SetAuthType(
- const AccountId& account_id,
- proximity_auth::ScreenlockBridge::LockHandler::AuthType auth_type,
- const base::string16& initial_value) override;
+ void SetAuthType(const AccountId& account_id,
+ proximity_auth::mojom::AuthType auth_type,
+ const base::string16& initial_value) override;
void Bind(chromeos::UserSelectionScreen* screen) override{};
void Unbind() override{};
base::WeakPtr<UserBoardView> GetWeakPtr() override;
« no previous file with comments | « chrome/browser/chromeos/login/ui/views/user_board_view.h ('k') | chrome/browser/chromeos/login/user_selection_screen_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698