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

Unified Diff: components/proximity_auth/unlock_manager.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/screenlock_bridge.h ('k') | components/proximity_auth/unlock_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/unlock_manager.h
diff --git a/components/proximity_auth/unlock_manager.h b/components/proximity_auth/unlock_manager.h
index 70339067d4c8b06971db5e4ca0a4469fc098e86b..86b3113ce76ffcd53cfefc23bfbbf5e3d0941959 100644
--- a/components/proximity_auth/unlock_manager.h
+++ b/components/proximity_auth/unlock_manager.h
@@ -31,8 +31,7 @@ class UnlockManager {
// Called when the user pod is clicked for an authentication attempt of type
// |auth_type|.
// Exposed for testing.
- virtual void OnAuthAttempted(
- ScreenlockBridge::LockHandler::AuthType auth_type) = 0;
+ virtual void OnAuthAttempted(mojom::AuthType auth_type) = 0;
};
} // namespace proximity_auth
« no previous file with comments | « components/proximity_auth/screenlock_bridge.h ('k') | components/proximity_auth/unlock_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698