commit | 670f552fc6a984fbbe3a6499d266c5db70ed7e05 | [log] [tgz] |
---|---|---|
author | mlcui <mlcui@google.com> | Wed Oct 02 00:33:39 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 02 00:33:39 2024 |
tree | 0f8cc8ffce960398bfd1fd20c67c64392b0edc25 | |
parent | c5675242461066dcf70193945f60a7eefe589413 [diff] |
app_service: Make `AppUpdate` copyable `AppUpdate` is effectively a view type into a `AppRegistryCache`, storing three pointers. View types like string_view, span should be copyable, so this CL makes `AppUpdate` copyable too. This is required for a future CL which returns `optional<AppUpdate>` from a new function, which is impossible without a copy or move ctor. Bug: None Change-Id: I6a6a210089cb7a80779a6df2f5b7eaf5e2fccf98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5901100 Reviewed-by: Brett Wilson <brettw@chromium.org> Commit-Queue: Michael Cui <mlcui@google.com> Cr-Commit-Position: refs/heads/main@{#1362779}
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.