| 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 e043bb49058af04ee8a6d89cd9cd009e2bfaf2ac..3f7977123612d5a763b497bf689ea83494945f5c 100644
|
| --- a/chrome/browser/signin/easy_unlock_service_regular.cc
|
| +++ b/chrome/browser/signin/easy_unlock_service_regular.cc
|
| @@ -273,7 +273,7 @@ void EasyUnlockServiceRegular::ShutdownInternal() {
|
| registrar_.RemoveAll();
|
| }
|
|
|
| -bool EasyUnlockServiceRegular::IsAllowedInternal() {
|
| +bool EasyUnlockServiceRegular::IsAllowedInternal() const {
|
| #if defined(OS_CHROMEOS)
|
| if (!user_manager::UserManager::Get()->IsLoggedInAsUserWithGaiaAccount())
|
| return false;
|
|
|