commit | 5b10432964e55e13b30ff67fa9489f486db966d7 | [log] [tgz] |
---|---|---|
author | Nancy Wang <nancylingwang@chromium.org> | Mon May 02 00:33:58 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 02 00:33:58 2022 |
tree | efff62dcaccb78af760bd92fce2b72ca2bd41dba | |
parent | 5b508e09203cd6df2c0b5e8dc9cfe7600bae254a [diff] |
Add the AppService PreferredApps flag checking in AppServiceMojomImpl. When the flag kAppServicePreferredAppsWithoutMojom is disabled, call PreferredAppsImpl in AppServiceMojomImpl to handle preferred apps, because when the flag is enabled, AppServiceProxy can handle preferred apps with non mojom interface. Move features.* files from APP_UPDATE to APP_TYPE in the build file, and add the APP_TYPE library to the app_service_mojom_impl library, because AppServiceMojomImpl will use feature variables, and app types in APP_TYPE libary with CL:3616431. Modify the flag varialbes names: AppServiceCrosApiOnAppsWithoutMojom ->kAppServiceCrosApiOnAppsWithoutMojom kAppServicePreferredAppsWithoutMojom ->kAppServiceCrosApiOnAppsWithoutMojom BUG=1253250 Change-Id: Ica0389d4b9c4e056186fdcb3e400882405bba1aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3616542 Reviewed-by: Tim Sergeant <tsergeant@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/main@{#998209}
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.