commit | 4819705d9c9e52ebbd6ceb402b93ff60163e5a75 | [log] [tgz] |
---|---|---|
author | Toni Barzic <tbarzic@chromium.org> | Mon Nov 15 23:08:02 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 15 23:08:02 2021 |
tree | 3f34da811c38d08f26fd3832aca7bb353dec0b92 | |
parent | cca82bd0232382478d88acaf072d53856eb0b706 [diff] |
Move app list sort method to AppListModelDelegate Moves methods to request app list sort from AppListViewDelegate to AppListModelDelegate interface - sort requests are routed to ChromeAppListModelUpdater, which now implements AppListModelDelegate interface, so moving sort methods there avoids some boilerplate code in AppListClient and AppListController implementations. BUG=None Change-Id: I20e6cd7bd430b9d3653769d390cb4cd9b26f8a1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3279604 Reviewed-by: Andrew Xu <andrewxu@chromium.org> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/main@{#941888}
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.
If you found a bug, please file it at https://crbug.com/new.