commit | dcb3201c31c053d9f4a0b512e7c362b27e08ea93 | [log] [tgz] |
---|---|---|
author | Matt Wolenetz <[email protected]> | Thu Dec 15 18:49:34 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Dec 15 18:49:34 2022 |
tree | 6417df34ca231602e44df713e5e0f1b2f33b7a55 | |
parent | f6071a4a9bf5ec2f5827ba5e244d9e30e1670b3f [diff] |
[base] Add base::UncheckedFreeDeleter for use with std::unique_ptr Adds function object for use when storing an unchecked alloc pointer in a std::unique_ptr. This mimics existing //base/memory/free_deleter.h's FreeDeleter. Bug: 1279371,1286810 Change-Id: Ied0319d496edd86274026526239097413839368e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4109349 Reviewed-by: Wez <[email protected]> Reviewed-by: Benoit Lize <[email protected]> Commit-Queue: Matthew Wolenetz <[email protected]> Cr-Commit-Position: refs/heads/main@{#1083872}
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.