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

Unified Diff: chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.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
Index: chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.cc
index 608414aff573b3a1020caa6735351190ad8aea05..b21048cc482e2a4bb99fd102ecda236d36083850 100644
--- a/chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.cc
@@ -87,7 +87,7 @@ void UserBoardScreenHandler::HideUserPodCustomIcon(
void UserBoardScreenHandler::SetAuthType(
const AccountId& account_id,
- proximity_auth::ScreenlockBridge::LockHandler::AuthType auth_type,
+ proximity_auth::mojom::AuthType auth_type,
const base::string16& initial_value) {
CallJS("login.AccountPickerScreen.setAuthType", account_id,
static_cast<int>(auth_type), base::Value(initial_value));

Powered by Google App Engine
This is Rietveld 408576698