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

Unified Diff: components/proximity_auth/unlock_manager.cc

Issue 1494153002: This CL replaces e-mail with AccountId in easy signin code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 5 years 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: components/proximity_auth/unlock_manager.cc
diff --git a/components/proximity_auth/unlock_manager.cc b/components/proximity_auth/unlock_manager.cc
index 9386997c52ad4a7afb8b247f5f4d5ae141563976..9011236fb663a15ee60445fe563e3cad4ef8d602 100644
--- a/components/proximity_auth/unlock_manager.cc
+++ b/components/proximity_auth/unlock_manager.cc
@@ -237,7 +237,7 @@ void UnlockManager::OnScreenDidUnlock(
OnScreenLockedOrUnlocked(false);
}
-void UnlockManager::OnFocusedUserChanged(const std::string& user_id) {}
+void UnlockManager::OnFocusedUserChanged(const AccountId& account_id) {}
void UnlockManager::OnScreenLockedOrUnlocked(bool is_locked) {
// TODO(tengs): Chrome will only start connecting to the phone when

Powered by Google App Engine
This is Rietveld 408576698