| commit | 4ea2258e5708504d70a11f77ebdc66128fa6583c | [log] [tgz] |
|---|---|---|
| author | Ahmed Fakhry <afakhry@chromium.org> | Tue Nov 01 17:05:52 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 01 17:05:52 2022 |
| tree | c5876067f5639bfe80b8b80ae54da15c0abaa830 | |
| parent | e3a34104586f7db54ea53387faf8f655b0c012ca [diff] |
Fix a crash in OutputProtectionDelegate OutputProtectionDelegate is not owned by ash. It is created by Chrome via OutputProtectionImpl, which can invoke its delegate even after ash::Shell instance has been destroyed. This CL fixes this issue. Fixed: b:256706119 Change-Id: I7005467a5e1ab4893340ca97eb20401af6ace590 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3995522 Reviewed-by: James Cook <jamescook@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/main@{#1065988}
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.