commit | afdebe3707667da522948bca7cf194580ff30e9c | [log] [tgz] |
---|---|---|
author | Chris Fredrickson <cfredric@chromium.org> | Fri Jun 06 16:11:33 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 06 16:11:33 2025 |
tree | 37eea7cacd7e9cd7559ad0c183b1bda88bdd5035 | |
parent | 8d62c1dc6e6b694e1c75366a5ee46233f84b63f0 [diff] |
Fix RefUniqueCookieKey class comments Firstly, the class comment was incorrect, since the class actually is movable. But more importantly, copyability/movability isn't the key distinction between the types; the key distinction is the ownership of the data. Change-Id: If680d8df9503d6fbe1683375ce453a0928617d2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6624394 Reviewed-by: Maks Orlovich <morlovich@chromium.org> Commit-Queue: Chris Fredrickson <cfredric@chromium.org> Cr-Commit-Position: refs/heads/main@{#1470580}
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.