commit | 9887de4e63cc51a58aea2b8c66c25357ea07af9c | [log] [tgz] |
---|---|---|
author | Toni Barzic <tbarzic@google.com> | Tue Aug 27 17:53:07 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 27 17:53:07 2024 |
tree | 1bdb920dbf6bb341b702902414f30635ede26a09 | |
parent | e50b37d5ceb888e47e5ea63b401efb32d5468ece [diff] |
Don't load components from unencrypted stateful partition This was used to support loading preinstalled "offline" demo mode resources for Chrome OS devices in demo mode, and thus support demo mode setup without requiring connectivity (or downloading full demo mode resources component). This behaviour is no longer supported, so loading preinstalled cros components from a Chrome OS specific path is no longer needed. BUG=b:359915523 Change-Id: I7213277febc6e5a6c98117a6b140ba9a14baee4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5805540 Reviewed-by: Greg Thompson <grt@chromium.org> Commit-Queue: Toni Barzic <tbarzic@google.com> Reviewed-by: Xiqi Ruan <xiqiruan@chromium.org> Reviewed-by: Joshua Pawlicki <waffles@chromium.org> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1347485}
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.