commit | 9cfa87b1ff767aa342f6c65f33e2396ba28dff84 | [log] [tgz] |
---|---|---|
author | Song Fangzhen <songfangzhen@bytedance.com> | Thu Jun 10 02:18:55 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 10 02:18:55 2021 |
tree | 56467dc6f004f8ae758094d8c6ed47c65cdea696 | |
parent | bdb559a0ed2365a0845523af566108af74dd1564 [diff] |
DPWA: Remove use of TestAppRegistrar in chrome/browser/web_applications/components This CL makes 3 changes: 1) Remove the use of TestAppRegistrar and replaces with TestWebAppRegistryController. 2) Remove the use of TestExternallyManagedAppManager and replaces with TestExternallyManagedAppManagerImpl. 3) Add an interface to intercept uninstall requests in TestExternallyManagedAppManagerImpl. Bug: 1212594, 1217483 Change-Id: I5808781a9d1ca11848268c2b3775084cc1a30e5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2944454 Reviewed-by: Daniel Murphy <dmurph@chromium.org> Commit-Queue: Fangzhen Song <songfangzhen@bytedance.com> Cr-Commit-Position: refs/heads/master@{#891069}
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.