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

Unified Diff: components/proximity_auth/fake_lock_handler.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
« no previous file with comments | « components/proximity_auth/BUILD.gn ('k') | components/proximity_auth/fake_lock_handler.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.h
diff --git a/components/proximity_auth/fake_lock_handler.h b/components/proximity_auth/fake_lock_handler.h
index 701b4f98da2f35fc213ecff7c1465b86602dc3a5..b343b23e6a8dbe931d60cd4407ef9742ffec0398 100644
--- a/components/proximity_auth/fake_lock_handler.h
+++ b/components/proximity_auth/fake_lock_handler.h
@@ -23,9 +23,9 @@ class FakeLockHandler : public ScreenlockBridge::LockHandler {
void HideUserPodCustomIcon(const AccountId& account_id) override;
void EnableInput() override;
void SetAuthType(const AccountId& account_id,
- AuthType auth_type,
+ mojom::AuthType auth_type,
const base::string16& auth_value) override;
- AuthType GetAuthType(const AccountId& account_id) const override;
+ mojom::AuthType GetAuthType(const AccountId& account_id) const override;
ScreenType GetScreenType() const override;
void Unlock(const AccountId& account_id) override;
void AttemptEasySignin(const AccountId& account_id,
« no previous file with comments | « components/proximity_auth/BUILD.gn ('k') | components/proximity_auth/fake_lock_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698