commit | 37a7d2beaa80b3d6fc1c0e1410cbf7f7af64ebf3 | [log] [tgz] |
---|---|---|
author | Jason Hu <hujasonx@google.com> | Mon Dec 12 21:12:37 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 12 21:12:37 2022 |
tree | 27799301e842ba2c59a0fb98ca8f6ec4fa0fd6f7 | |
parent | 344f8a5c70e33b17b35bc06ff7f3c52ec0dcc6ff [diff] |
[Lens] Fix navigation browser agent for unrealized webstates Now that WebNavigationBrowserAgent can use non-active webstates, we can't rely on the navigation manager always being nonnil. This cl adds the nil check. Bug: 1398078 Change-Id: I4c3acb4e86f25ba6f3e4d080ce5da3c83964436d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4087069 Commit-Queue: Jason Hu <hujasonx@google.com> Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1082014}
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.