| Index: chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.cc
|
| diff --git a/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.cc b/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.cc
|
| index 869f424078d0409bc88b343b843bb92862f36a99..97b24d2138f003d6841adac7feef0a7323a313ae 100644
|
| --- a/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.cc
|
| +++ b/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.cc
|
| @@ -26,7 +26,7 @@
|
| }
|
|
|
| bool ChromeCryptohomeAuthenticator::IsKnownUser(const UserContext& context) {
|
| - return user_manager::UserManager::Get()->IsKnownUser(context.GetAccountId());
|
| + return user_manager::UserManager::Get()->IsKnownUser(context.GetUserID());
|
| }
|
|
|
| bool ChromeCryptohomeAuthenticator::IsSafeMode() {
|
|
|