| Index: chrome/browser/ui/app_list/app_list_service_mac.mm
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_mac.mm b/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| index da828d7e4772f78949782681f606c8e0fbf61bf9..cc55aef1ee0ec844433f287f3f159071ae89d90d 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| +++ b/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| @@ -397,7 +397,7 @@ void AppListServiceMac::CreateForProfile(Profile* requested_profile) {
|
| }
|
|
|
| void AppListServiceMac::ShowForProfile(Profile* requested_profile) {
|
| - if (requested_profile->IsManaged())
|
| + if (requested_profile->IsSupervised())
|
| return;
|
|
|
| InvalidatePendingProfileLoads();
|
|
|