commit | e0153691f910897e20d6992411bde0c3686001f0 | [log] [tgz] |
---|---|---|
author | Fergal Daly <fergal@chromium.org> | Fri Nov 08 01:49:32 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 08 01:49:32 2024 |
tree | cd2b3501cd7aa848dd21c4660df8eacec305ce5f | |
parent | 9c7a0a40d5954480f05cf150a155a98878b23069 [diff] |
In AI Assistant code, replace ptrs that should not be null with refs. In many places in the code there are pointers when we know that they should never be null. Using references makes it clear that they should not be null. Change-Id: Iaf507f4fdac6dd1e5f680a06c5848a652dba2477 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5904460 Commit-Queue: Fergal Daly <fergal@chromium.org> Reviewed-by: Mingyu Lei <leimy@chromium.org> Cr-Commit-Position: refs/heads/main@{#1380090}
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.