| Index: chrome/browser/signin/easy_unlock_service_regular.cc
|
| diff --git a/chrome/browser/signin/easy_unlock_service_regular.cc b/chrome/browser/signin/easy_unlock_service_regular.cc
|
| index fb027f3dd0998c8a35989ce79d9548b9616dda98..7da355779344898b68782f203c8f7ac687f241d6 100644
|
| --- a/chrome/browser/signin/easy_unlock_service_regular.cc
|
| +++ b/chrome/browser/signin/easy_unlock_service_regular.cc
|
| @@ -270,7 +270,7 @@ void EasyUnlockServiceRegular::ShutdownInternal() {
|
|
|
| bool EasyUnlockServiceRegular::IsAllowedInternal() {
|
| #if defined(OS_CHROMEOS)
|
| - if (!user_manager::UserManager::Get()->IsLoggedInAsRegularUser())
|
| + if (!user_manager::UserManager::Get()->IsLoggedInAsUserWithGaiaAccount())
|
| return false;
|
|
|
| if (!chromeos::ProfileHelper::IsPrimaryProfile(profile()))
|
|
|