commit | 9a36924043f0f83f34f5acfa651710232c1930b9 | [log] [tgz] |
---|---|---|
author | Nancy Wang <nancylingwang@chromium.org> | Mon Mar 28 01:31:46 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 28 01:31:46 2022 |
tree | b1c590d726f7a3e5c5da2c8f8d2ffcc9aa08f9c9 | |
parent | 80f1ad01771ca886f620467060a03f69212d34c1 [diff] |
Modify AppInfoGeneratorTest to use the non mojom App struct. This CL is used to prepare for CL:3547984 to enable the AppServiceOnAppUpdateWithoutMojom flag. Modify AppInfoGeneratorTest to use the non mojom Apps, to support the AppServiceOnAppUpdateWithoutMojom flag flip. Add ScopedOmitBorealisAppsForTesting to skip BorealisApps, because the Borealis launcher app is added to AppService as the default behavior, and that could affect the test result, since AppInfoGeneratorTest assumes no default apps added. So add ScopedOmitBorealisAppsForTesting to skip BorealisApps in AppInfoGeneratorTest. (With the mojom AppService, Borealis launcher app is added as well, but due to async mojom, that app is added later async, so the current test with mojom calls is not affected by it.) This CL is pure refactor, and no function change. BUG=1253250 Change-Id: Iaf888aa1d7dc32b8ac9651f71b0ee5069e372c55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3551836 Reviewed-by: Anqing Zhao <anqing@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by: Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/main@{#985805}
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.