| commit | 898a306b4e9f37ab265f04a05157971fe7cb7b8e | [log] [tgz] |
|---|---|---|
| author | Tomek Jurkiewicz <tju@google.com> | Thu Jan 29 09:40:52 2026 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 29 09:40:52 2026 |
| tree | 5cc6aa53c639665303efed8264bb7a228da3a293 | |
| parent | 66bff2badc192ab4cb61bd4644f6bd6f411dd40a [diff] |
Use WeakPtr in FamilyLinkUrlFilter::CheckURL callback Replaces base::Unretained with a WeakPtr in the FamilyLinkUrlFilter::CheckURL callback to ensure the callback is not invoked if the FamilyLinkUrlFilter instance has been destroyed. Change-Id: Id7a7ba1019d167532f327fca115d59949d5228e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7526867 Auto-Submit: Tomek Jurkiewicz <tju@google.com> Reviewed-by: Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1576432}
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.