Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / app_list / app_list_service_views.cc
index 2e6727a..072ee57 100644 (file)
@@ -31,8 +31,6 @@ void AppListServiceViews::CreateForProfile(Profile* requested_profile) {
 
 void AppListServiceViews::ShowForProfile(Profile* requested_profile) {
   DCHECK(requested_profile);
-  if (requested_profile->IsSupervised())
-    return;
 
   ScopedKeepAlive keep_alive;