commit | 1fa5cd56b1fe9b2bf7e7bea6e0c228bb8f7d85c8 | [log] [tgz] |
---|---|---|
author | Paul Adedeji <pauladedeji@google.com> | Tue Dec 10 19:25:15 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 10 19:25:15 2024 |
tree | ea16c3c53b7a584f9de58219d596c3cf6c7ac6bd | |
parent | 85a6a02aca408915d944aea0ec8674c4cc2a0fee [diff] |
[enterprise ntp] Remove flag check from calendar module pref registry. If the browser tries to access a pref and it hasn't been registered, it will crash. There's a low likelihood of this happening, but we're better safe than sorry. This was mentioned by one of the reviewers for the microsoft auth module's page handler [1], so I'm applying the same change here. [1] https://chromium-review.googlesource.com/c/chromium/src/+/6055265/comment/f2ae70f3_df2d7a79/ Change-Id: Id6f8cbb7ba3b918aa8200417ce425854e5113e74 Bug: 377378212 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6085804 Reviewed-by: Riley Tatum <rtatum@google.com> Auto-Submit: Paul Adedeji <pauladedeji@google.com> Commit-Queue: Paul Adedeji <pauladedeji@google.com> Commit-Queue: Riley Tatum <rtatum@google.com> Cr-Commit-Position: refs/heads/main@{#1394446}
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.