commit | e117cccd01e9184a9581cbfbe28815bcb7e23a3d | [log] [tgz] |
---|---|---|
author | Eric Willigers <ericwilligers@chromium.org> | Fri Oct 01 13:31:50 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 01 13:31:50 2021 |
tree | 73da31514d6128acc66fd92b68c6346a57468787 | |
parent | c30c09c0851a7803dcce2d6603411ffebd4f9853 [diff] |
[Lacros] FindWebAppIconAndTitle finds local app We previously called WebAppProvider::GetDeprecated() Instead, we call GetForLocalAppsUnchecked(). In Lacros, user PWAs are considered. In Ash, only SWAs are considered. There is no need to consult the App Cache, as for web app notifications, the method is called in Lacros, not Ash. Bug: 1253687,1239989 Change-Id: Ida90bff11a94eaaee6456efb03fd8ad31c424d7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3195632 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by: Alexey Baskakov <loyso@chromium.org> Reviewed-by: Peter Beverloo <peter@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/main@{#927193}
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.