commit | c94f26979f121f1a7ea6c11f355277c9934cc0fb | [log] [tgz] |
---|---|---|
author | Christian Dullweber <dullweber@chromium.org> | Wed Aug 21 11:07:15 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 21 11:07:15 2024 |
tree | a8497f916781cd2cc7a539f19fafe40f9f5bd863 | |
parent | c6782cce88238dca4809efc32f68c68c4f9f57a7 [diff] |
ContentSettings: Turn DCHECK into CHECK when type is not registered We are currently crashing with NOTREACHED in DefaultProvider when a setting is not registered properly. Instead we should crash earlier to make it clear that there is a problem with the registry entry. Bug: 358687154 Change-Id: I98a3bce70b755d5c9fc30cd9895568d2c0ab05be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5797361 Auto-Submit: Christian Dullweber <dullweber@chromium.org> Reviewed-by: Martin Šrámek <msramek@chromium.org> Commit-Queue: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/main@{#1344704}
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.