| Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| index 93bfbcd2868673e6ca65d8b2b41b9d69cabd8d2f..23b25f191e566997a757435b257425f162172ac1 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| @@ -485,9 +485,9 @@ void NTPResourceCache::CreateNewTabHTML() {
|
| // feature is enabled.
|
| load_time_data.SetBoolean("isSwipeTrackingFromScrollEventsEnabled",
|
| is_swipe_tracking_from_scroll_events_enabled_);
|
| - // Managed users can not have apps installed currently so there's no need to
|
| - // show the app cards.
|
| - if (profile_->IsManaged())
|
| + // Supervised users can not have apps installed currently so there's no need
|
| + // to show the app cards.
|
| + if (profile_->IsSupervised())
|
| should_show_apps_page_ = false;
|
|
|
| load_time_data.SetBoolean("showApps", should_show_apps_page_);
|
|
|