Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a CHECK to debug a crash while showing app list
Adds a CHECK to help debugging https://crbug.com/1307871. The crash occurs when looking up split view controller for the target display while showing the app list. One possible cause may be the app list getting hidden while the app list view is still being shown (in which case we'd end up looking up split view controller for null root window). This adds a CHECK that crashes earlier if this situation occurs. BUG=1307871 Change-Id: I35a7f3623d916f785cad0474de133a8cd19a99fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3758327 Reviewed-by: Andrew Xu <andrewxu@chromium.org> Commit-Queue: Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/main@{#1023456}
- Loading branch information