commit | 5da5b0a792d222f6481ae9df381d63462cfb9ba7 | [log] [tgz] |
---|---|---|
author | vikas soni <vikassoni@chromium.org> | Thu Apr 04 15:21:30 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 04 15:21:30 2024 |
tree | 77e3d86be07a3efa9e6afce9e83d818978331e4c | |
parent | 92e852028c685e67e326c7cc5ab4682ab11b93bc [diff] |
[MappableSI] Make Exo::Buffer constructors private and protected. Make Exo::Buffer constructors private and protected so that only friend and derived classes can access it. Clients should use new methods in ExoTestHelper like ::CreateBuffer instead. Use WrapUnique instead of std::make_unique for private and protected constructors. Bug: 1431344 Change-Id: Id03ea91a34faa296bf05810744dd305e9568149b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5420779 Auto-Submit: vikas soni <vikassoni@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Commit-Queue: vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1282513}
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.