commit | 9204545e3ec15caa2aac5421353716688d779f24 | [log] [tgz] |
---|---|---|
author | Mark Rowe <markrowe@chromium.org> | Fri Dec 29 14:32:16 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 29 14:32:16 2023 |
tree | 3adf73109de139f101ea2fecdb0fd883fffb3f18 | |
parent | 782cf1edb7d4da025a6aca3c1a194d7247d3fdc6 [diff] |
PluginPrefs: Fix dangling reference to PrefService Use a unique_ptr for PrefChangeRegistrar to ensure that it does not outlive the PrefService that it references. Bug: 1512677 Change-Id: I5c74718b32d315a875e164556b8f65b9674d348d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5155430 Auto-Submit: Mark Rowe <markrowe@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> Reviewed-by: K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/main@{#1241505}
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.