commit | 2441dde73906a52792e0e7463a5d4a067e946484 | [log] [tgz] |
---|---|---|
author | James Cook <jamescook@chromium.org> | Mon Mar 22 20:13:25 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 22 20:13:25 2021 |
tree | 2ed92ce0c35f3137ac70fa57f7df4620fdda5a30 | |
parent | d63a1bbec1eeedc4f7f10ef49115883f209c74c5 [diff] |
chromeos: Unify HomeScreenController and AppListControllerImpl, part 4 HomeScreenController is a level of abstraction on top of app list. It was created for the KioskNext project. That project was cancelled, so this controller is no longer necessary. Move a few more methods to AppListControllerImpl and make it an observer of SplitViewController. Bug: 1053316 Test: ash_unittests Change-Id: I4166f28c3dca612a679640dde2494a81869cec81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2779361 Reviewed-by: Alex Newcomer <newcomer@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#865322}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.