Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / ui / app_list / app_list_menu.cc
index c37a555..fbbd7d0 100644 (file)
@@ -32,7 +32,7 @@ void AppListMenu::InitMenu() {
                                users_[i].email.empty() ? users_[i].name
                                                        : users_[i].email,
                                0 /* group_id */);
-#elif defined(OS_WIN)
+#elif defined(OS_WIN) || (defined(OS_LINUX) && !defined(OS_CHROMEOS))
       menu_model_.AddItem(SELECT_PROFILE + i, users_[i].name);
       int menu_index = menu_model_.GetIndexOfCommandId(SELECT_PROFILE + i);
       menu_model_.SetSublabel(menu_index, users_[i].email);