commit | 7466757d74639e7ccf15c1a29462ad9424a19303 | [log] [tgz] |
---|---|---|
author | Mingjing Zhang <mjzhang@chromium.org> | Tue Jul 09 16:56:02 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 09 16:56:02 2024 |
tree | 818f3e778cdaeae930e1b83b5a846224971ad695 | |
parent | 46a493206f7bf4b164240c4b2feb25185696749a [diff] |
Remove the EnableAutomaticSharedImageManagement flag This CL removes the EnableAutomaticSharedImageManagement flag and code associated with this flag. This change makes ClientSharedImage always automatically destroy shared image, and turns ClientSharedImage::MarkForDestruction() into a no-op. The call sites of MarkForDestruction() will be cleaned up in a follow-up change. Bug: 1494911 Change-Id: I6c392f2a4cedc1b3be8ade21485afe8410c551c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5683372 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Mingjing Zhang <mjzhang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1324865}
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.