| Index: chrome/browser/ui/app_list/app_list_service_views.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_views.cc b/chrome/browser/ui/app_list/app_list_service_views.cc
|
| index 7be99f98913cc5b7f5d6298184e0bea013ea12c2..2e6727a00069304bb2a9fe6c2c0ff3bdc8812fb0 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_views.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_views.cc
|
| @@ -31,7 +31,7 @@ void AppListServiceViews::CreateForProfile(Profile* requested_profile) {
|
|
|
| void AppListServiceViews::ShowForProfile(Profile* requested_profile) {
|
| DCHECK(requested_profile);
|
| - if (requested_profile->IsManaged())
|
| + if (requested_profile->IsSupervised())
|
| return;
|
|
|
| ScopedKeepAlive keep_alive;
|
|
|