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

Unified Diff: components/proximity_auth/fake_lock_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
« no previous file with comments | « components/proximity_auth/fake_lock_handler.h ('k') | components/proximity_auth/proximity_auth_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/fake_lock_handler.cc
diff --git a/components/proximity_auth/fake_lock_handler.cc b/components/proximity_auth/fake_lock_handler.cc
index d0dcefc89f01e49ed66c6bbf3e92d99cd55cea6f..56002bf600e0bbb4e927d178526f066e70d39568 100644
--- a/components/proximity_auth/fake_lock_handler.cc
+++ b/components/proximity_auth/fake_lock_handler.cc
@@ -21,12 +21,12 @@ void FakeLockHandler::HideUserPodCustomIcon(const AccountId& account_id) {}
void FakeLockHandler::EnableInput() {}
void FakeLockHandler::SetAuthType(const AccountId& account_id,
- FakeLockHandler::AuthType auth_type,
+ mojom::AuthType auth_type,
const base::string16& auth_value) {}
-FakeLockHandler::AuthType FakeLockHandler::GetAuthType(
+mojom::AuthType FakeLockHandler::GetAuthType(
const AccountId& account_id) const {
- return USER_CLICK;
+ return mojom::AuthType::USER_CLICK;
}
FakeLockHandler::ScreenType FakeLockHandler::GetScreenType() const {
« no previous file with comments | « components/proximity_auth/fake_lock_handler.h ('k') | components/proximity_auth/proximity_auth_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698