commit | 20d743bb399860b464e665fdac2bc526e68a3be7 | [log] [tgz] |
---|---|---|
author | James Cook <jamescook@chromium.org> | Thu Nov 18 21:43:31 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 18 21:43:31 2021 |
tree | 6adb0b2d2dc09c5298cb716740765fdfe4fb185e | |
parent | c678c58d49a4f38aecfdd68f415ef98116c0c842 [diff] |
ash: Add AppListClient::StartZeroStateSearch() method For productivity launcher we need to refresh the zero state search results before we build the continue section views. Suggested files may be deleted, and we don't want the view to disappear in the middle of the show animation, or after the launcher is on-screen. Add an AppListClient method to delegate back into //chrome/browser to trigger the search. The method has a fixed 16ms timeout. For now, always wait the full 16ms, so we can see how this feels in practice. Bug: 1269115 Test: added to ash_unittests Change-Id: I9fc059082a33dfe37671b2bb18c61e54b0ec61e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3288040 Reviewed-by: Toni Barzic <tbarzic@chromium.org> Reviewed-by: Tony Yeoman <tby@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/main@{#943259}
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.