This is a tracking bug for the top panel on the Chrome OS Zero State, more specifically, the panel containing the suggested apps and app actions.
As the first step, we will show the recommended apps when the launcher search box is active with an empty query, which is provided by app_list::AppSearchProvider.
cl pending for review. https://chromium-review.googlesource.com/c/chromium/src/+/1145761
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e commit 81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e Author: Jenny Zhang <jennyz@chromium.org> Date: Mon Jul 23 22:12:32 2018 Show recommended apps in Zero State suggestions window. TBR=xiyuan@chromium.org Bug: 854238 Change-Id: I0268b4fbe9e6bc813fe2e7e5d4dfea72084f4102 Reviewed-on: https://chromium-review.googlesource.com/1145761 Commit-Queue: Jenny Zhang <jennyz@chromium.org> Reviewed-by: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#577283} [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ash/app_list/views/app_list_main_view.cc [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ash/app_list/views/app_list_main_view.h [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ash/app_list/views/app_list_view.cc [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ash/app_list/views/app_list_view.h [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ash/app_list/views/search_box_view.cc [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ash/app_list/views/search_box_view.h [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ash/app_list/views/search_result_tile_item_list_view.cc [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ash/app_list/views/search_result_tile_item_view.cc [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ash/app_list/views/search_result_tile_item_view.h [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ash/app_list/views/suggestions_container_view.cc [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ash/public/cpp/app_list/app_list_features.cc [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ash/public/cpp/app_list/app_list_features.h [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/chrome/browser/about_flags.cc [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/chrome/browser/flag_descriptions.cc [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/chrome/browser/flag_descriptions.h [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/tools/metrics/histograms/enums.xml [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ui/chromeos/search_box/search_box_view_base.cc [modify] https://crrev.com/81fc4c5fd93b2b2ccd63bdc562593246d6c0dc1e/ui/chromeos/search_box/search_box_view_base.h
The recommended apps for zero state has been implemented with cl in #4.
Comment 1 by jen...@chromium.org
, Jul 20