| commit | 40a70aaeb0152cb45fa37f83c275c856b83d21c6 | [log] [tgz] |
|---|---|---|
| author | Tom Sepez <tsepez@chromium.org> | Mon Mar 20 21:33:43 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 20 21:33:43 2023 |
| tree | 7709efb7d684586098fecd6264f8a86fcf3d86df | |
| parent | 754c4d59307558eec42a89b3107f34545a746c73 [diff] |
Avoid dangling AlarmDelegate in ExtensionsAlarmsTest. Introduce a TearDown() method to drop unowned references before the superclass destroys them. -- Use unowned_ptr<> to pass ownership it set_delegate(). Bug: 1401495 Change-Id: I3299935a827400e3607b25717d7d5a718d931c2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350973 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/main@{#1119601}
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.