commit | 83bae2ae9fc3ea60cd10ad88465c09a7dfa82878 | [log] [tgz] |
---|---|---|
author | Giovanni Ortuño Urquidi <ortuno@chromium.org> | Wed Jan 27 04:27:05 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 27 04:27:05 2021 |
tree | 4cf4dcd457b08229164008ebe171dde345b90f1d | |
parent | dab707cf63aadaa817fe6c0f10dbdeae8a226b88 [diff] |
system-web-apps: Remove old SystemAppInfo constructor System Web App installation was recently migrated from Manifest install to WebApplicationInfo install. This CL removes the constructor for Manifest installs. Also removes the unused FileHandlerManager from unit tests. Fixed: 1158686 Change-Id: Id067d39da940b066517dea1c9465cf6e8f38b092 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2646945 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by: Jiewei Qian <qjw@chromium.org> Cr-Commit-Position: refs/heads/master@{#847494}
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.