Index: chrome/browser/ui/bookmarks/bookmark_utils.cc |
diff --git a/chrome/browser/ui/bookmarks/bookmark_utils.cc b/chrome/browser/ui/bookmarks/bookmark_utils.cc |
index 59c1aedbaae43ec99701c8b7c42199961b08dfd7..72af92da13056367bb65dceee7ff3e7172205747 100644 |
--- a/chrome/browser/ui/bookmarks/bookmark_utils.cc |
+++ b/chrome/browser/ui/bookmarks/bookmark_utils.cc |
@@ -318,9 +318,9 @@ base::string16 FormatBookmarkURLForDisplay(const GURL& url, |
bool IsAppsShortcutEnabled(Profile* profile, |
chrome::HostDesktopType host_desktop_type) { |
- // Managed users can not have apps installed currently so there's no need to |
- // show the apps shortcut. |
- if (profile->IsManaged()) |
+ // Supervised users can not have apps installed currently so there's no need |
+ // to show the apps shortcut. |
+ if (profile->IsSupervised()) |
return false; |
// Don't show the apps shortcut in ash since the app launcher is enabled. |