commit | 218cbbdac0f2a858ceaeb293d95845d9bdcb914b | [log] [tgz] |
---|---|---|
author | Jinsuk Kim <jinsukkim@chromium.org> | Sat Jan 04 01:18:49 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jan 04 01:18:49 2025 |
tree | 39f6be24b5cb0d8784ad7131d7771cfb84d0a011 | |
parent | 0b69399e461141b73e6d6fee795537a5135159ef [diff] |
[PCCT] Fix NPE at destruction phase At destrution phase, the toolbar view could be already destroyed when PCCT SideSheet performs destruction tasks. Adds a null check against the toolbar view to avoid NPE. Bug: 386910221 Change-Id: I0c668e148eca6594dff2f9bbaaa0399e6973f026 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6143154 Reviewed-by: Sinan Sahin <sinansahin@google.com> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1402013}
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.