commit | 7a50dda19e5a96611d50d671c93e83a42c918dd3 | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <sdefresne@chromium.org> | Tue Jan 07 09:34:37 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 07 09:34:37 2025 |
tree | 24446eaa61b2078bc4c5413943641156075c5c50 | |
parent | 36ed25eb2ecb9fb03163d19c9f6072855b22fe34 [diff] |
[ios] Fix a possible Use-after-Free of Browser Fix the creation of the callback to call SignoutDone(...) to not capture a raw-pointer to a Browser. Instead of a block, bind a callback, and use base::OnceCallback<...>::Then(...) to chain the others completion blocks (if defined). Bug: none Change-Id: Ib73d5e999c4edf667dd48aea55a9ae80448c49cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6148231 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1402845}
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.