commit | 1f2e94854bd4cac8258456c6df11861cbfd0ee00 | [log] [tgz] |
---|---|---|
author | Joel Hockey <joelhockey@chromium.org> | Mon May 30 03:26:13 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 30 03:26:13 2022 |
tree | 51f184172906400871c9662335349825d377d612 | |
parent | 6d387834ab9b992c06303136584ce7fdf466b8f5 [diff] |
Ensure container pref is registered when a container exists The pref should always be registered when a container is created via the installer, but for any containers created manually, it is helpful to register them when we detect them. AddNewLxdContainerToPrefs() is nop when it detects that matching vm_name/container_name already exists. Bug: 1330168 Change-Id: I8ef7b0215e3af13a828592a8584c905611ac0e0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3672992 Auto-Submit: Joel Hockey <joelhockey@chromium.org> Commit-Queue: Nicholas Verne <nverne@chromium.org> Reviewed-by: Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1008719}
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.