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

Unified Diff: chrome/browser/chromeos/login/ui/views/user_board_view.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/ui/views/user_board_view.h
diff --git a/chrome/browser/chromeos/login/ui/views/user_board_view.h b/chrome/browser/chromeos/login/ui/views/user_board_view.h
index 218319770326c29131e872df1dc9e581096045b5..27ed303da9489f7512c73a7d098a5e6f472959dc 100644
--- a/chrome/browser/chromeos/login/ui/views/user_board_view.h
+++ b/chrome/browser/chromeos/login/ui/views/user_board_view.h
@@ -48,10 +48,9 @@ class UserBoardView {
const proximity_auth::ScreenlockBridge::UserPodCustomIconOptions&
icon) = 0;
virtual void HideUserPodCustomIcon(const AccountId& account_id) = 0;
- virtual void SetAuthType(
- const AccountId& account_id,
- proximity_auth::ScreenlockBridge::LockHandler::AuthType auth_type,
- const base::string16& initial_value) = 0;
+ virtual void SetAuthType(const AccountId& account_id,
+ proximity_auth::mojom::AuthType auth_type,
+ const base::string16& initial_value) = 0;
};
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698